Skip to content

Commit a85a80b

Browse files
committed
Cosmetic: sort lines in libs.versions.toml
1 parent e124348 commit a85a80b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ checkstyle = "10.25.0"
2222
hadoop = "3.4.2"
2323
hive = "3.1.3"
2424
iceberg = "1.10.0" # Ensure to update the iceberg version in regtests to keep regtests up-to-date
25-
quarkus = "3.29.4"
2625
immutables = "2.11.7"
2726
jmh = "1.37"
2827
picocli = "4.7.7"
28+
quarkus = "3.29.4"
2929
scala212 = "2.12.19"
30-
spark35 = "3.5.7"
3130
slf4j = "2.0.17"
31+
spark35 = "3.5.7"
3232
swagger = "1.6.16"
3333

3434
[bundles]
@@ -44,28 +44,28 @@ antlr4-runtime = { module = "org.antlr:antlr4-runtime", version.strictly = "4.9.
4444
apache-httpclient5 = { module = "org.apache.httpcomponents.client5:httpclient5", version = "5.5.1" }
4545
assertj-core = { module = "org.assertj:assertj-core", version = "3.27.6" }
4646
auth0-jwt = { module = "com.auth0:java-jwt", version = "4.5.0" }
47-
awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.39.2" }
4847
awaitility = { module = "org.awaitility:awaitility", version = "4.3.0" }
48+
awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.39.2" }
4949
azuresdk-bom = { module = "com.azure:azure-sdk-bom", version = "1.3.2" }
5050
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.2.3" }
5151
cel-bom = { module = "org.projectnessie.cel:cel-bom", version = "0.5.3" }
5252
commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.20.0" }
5353
commons-text = { module = "org.apache.commons:commons-text", version = "1.14.0" }
54+
dnsjava = { module = "dnsjava:dnsjava", version = "3.6.3" }
5455
errorprone = { module = "com.google.errorprone:error_prone_core", version = "2.44.0" }
5556
google-cloud-storage-bom = { module = "com.google.cloud:google-cloud-storage-bom", version = "2.60.0" }
5657
guava = { module = "com.google.guava:guava", version = "33.5.0-jre" }
5758
h2 = { module = "com.h2database:h2", version = "2.4.240" }
58-
dnsjava = { module = "dnsjava:dnsjava", version = "3.6.3" }
5959
hadoop-client-api = { module = "org.apache.hadoop:hadoop-client-api", version.ref = "hadoop" }
6060
hadoop-client-runtime = { module = "org.apache.hadoop:hadoop-client-runtime", version.ref = "hadoop" }
6161
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
62-
hive-metastore = { module = "org.apache.hive:hive-metastore", version.ref = "hive" }
6362
hadoop-hdfs-client = { module = "org.apache.hadoop:hadoop-hdfs-client", version.ref = "hadoop" }
6463
hawkular-agent-prometheus-scraper = { module = "org.hawkular.agent:prometheus-scraper", version = "0.23.0.Final" }
64+
hive-metastore = { module = "org.apache.hive:hive-metastore", version.ref = "hive" }
65+
iceberg-bom = { module = "org.apache.iceberg:iceberg-bom", version.ref = "iceberg" }
6566
immutables-builder = { module = "org.immutables:builder", version.ref = "immutables" }
6667
immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" }
6768
immutables-value-processor = { module = "org.immutables:value-processor", version.ref = "immutables" }
68-
iceberg-bom = { module = "org.apache.iceberg:iceberg-bom", version.ref = "iceberg" }
6969
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.20.1" }
7070
jakarta-annotation-api = { module = "jakarta.annotation:jakarta.annotation-api", version = "3.0.0" }
7171
jakarta-enterprise-cdi-api = { module = "jakarta.enterprise:jakarta.enterprise.cdi-api", version = "4.1.0" }
@@ -75,18 +75,18 @@ jakarta-servlet-api = { module = "jakarta.servlet:jakarta.servlet-api", version
7575
jakarta-validation-api = { module = "jakarta.validation:jakarta.validation-api", version = "3.1.1" }
7676
jakarta-ws-rs-api = { module = "jakarta.ws.rs:jakarta.ws.rs-api", version = "4.0.0" }
7777
javax-servlet-api = { module = "javax.servlet:javax.servlet-api", version = "4.0.1" }
78-
junit-bom = { module = "org.junit:junit-bom", version = "5.14.1" }
79-
junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version = "2.3.0" }
80-
keycloak-admin-client = { module = "org.keycloak:keycloak-admin-client", version = "26.0.7" }
8178
jcstress-core = { module = "org.openjdk.jcstress:jcstress-core", version = "0.16" }
8279
jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
8380
jmh-generator-annprocess = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" }
81+
junit-bom = { module = "org.junit:junit-bom", version = "5.14.1" }
82+
junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version = "2.3.0" }
83+
keycloak-admin-client = { module = "org.keycloak:keycloak-admin-client", version = "26.0.7" }
8484
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.21" }
8585
micrometer-bom = { module = "io.micrometer:micrometer-bom", version = "1.16.0" }
8686
microprofile-fault-tolerance-api = { module = "org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api", version = "4.1.2" }
8787
mockito-core = { module = "org.mockito:mockito-core", version = "5.20.0" }
8888
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version = "5.20.0" }
89-
mongodb-driver-sync = { module = "org.mongodb:mongodb-driver-sync", version = "5.6.1" }
89+
mongodb-driver-sync = { module = "org.mongodb:mongodb-driver-sync", version = "5.6.1"}
9090
opentelemetry-bom = { module = "io.opentelemetry:opentelemetry-bom", version = "1.56.0" }
9191
opentelemetry-instrumentation-bom-alpha = { module = "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha", version= "2.20.1-alpha" }
9292
opentelemetry-semconv = { module = "io.opentelemetry.semconv:opentelemetry-semconv", version = "1.37.0" }
@@ -96,9 +96,9 @@ postgresql = { module = "org.postgresql:postgresql", version = "42.7.8" }
9696
prometheus-metrics-exporter-servlet-jakarta = { module = "io.prometheus:prometheus-metrics-exporter-servlet-jakarta", version = "1.4.3" }
9797
quarkus-amazon-services-bom = { module = "io.quarkus.platform:quarkus-amazon-services-bom", version.ref="quarkus" }
9898
quarkus-bom = { module = "io.quarkus.platform:quarkus-bom", version.ref = "quarkus" }
99+
s3mock-testcontainers = { module = "com.adobe.testing:s3mock-testcontainers", version = "4.10.0" }
99100
scala212-lang-library = { module = "org.scala-lang:scala-library", version.ref = "scala212" }
100101
scala212-lang-reflect = { module = "org.scala-lang:scala-reflect", version.ref = "scala212" }
101-
s3mock-testcontainers = { module = "com.adobe.testing:s3mock-testcontainers", version = "4.10.0" }
102102
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
103103
smallrye-common-annotation = { module = "io.smallrye.common:smallrye-common-annotation", version = "2.14.0" }
104104
smallrye-config-core = { module = "io.smallrye.config:smallrye-config-core", version = "3.14.1" }
@@ -109,13 +109,13 @@ swagger-jaxrs = { module = "io.swagger:swagger-jaxrs", version.ref = "swagger" }
109109
testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "2.0.2" }
110110
testcontainers-keycloak = { module = "com.github.dasniko:testcontainers-keycloak", version = "4.0.0" }
111111
threeten-extra = { module = "org.threeten:threeten-extra", version = "1.8.0" }
112-
weld-se-core = { module = "org.jboss.weld.se:weld-se-core", version = "6.0.3.Final" }
113112
weld-junit5 = { module = "org.jboss.weld:weld-junit5", version = "5.0.3.Final" }
113+
weld-se-core = { module = "org.jboss.weld.se:weld-se-core", version = "6.0.3.Final" }
114114

115115
[plugins]
116116
jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.9.0" }
117+
jetbrains-changelog = { id = "org.jetbrains.changelog", version = "2.4.0"}
117118
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
118119
openapi-generator = { id = "org.openapi.generator", version = "7.12.0" }
119120
quarkus = { id = "io.quarkus", version.ref = "quarkus" }
120121
rat = { id = "org.nosphere.apache.rat", version = "0.8.1" }
121-
jetbrains-changelog = { id = "org.jetbrains.changelog", version = "2.4.0"}

0 commit comments

Comments
 (0)