Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ checkstyle = "10.25.0"
hadoop = "3.4.2"
hive = "3.1.3"
iceberg = "1.10.0" # Ensure to update the iceberg version in regtests to keep regtests up-to-date
quarkus = "3.29.4"
immutables = "2.11.7"
jmh = "1.37"
picocli = "4.7.7"
quarkus = "3.29.4"
scala212 = "2.12.19"
spark35 = "3.5.7"
slf4j = "2.0.17"
spark35 = "3.5.7"
swagger = "1.6.16"

[bundles]
Expand All @@ -44,28 +44,28 @@ antlr4-runtime = { module = "org.antlr:antlr4-runtime", version.strictly = "4.9.
apache-httpclient5 = { module = "org.apache.httpcomponents.client5:httpclient5", version = "5.5.1" }
assertj-core = { module = "org.assertj:assertj-core", version = "3.27.6" }
auth0-jwt = { module = "com.auth0:java-jwt", version = "4.5.0" }
awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.39.2" }
awaitility = { module = "org.awaitility:awaitility", version = "4.3.0" }
awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.39.2" }
azuresdk-bom = { module = "com.azure:azure-sdk-bom", version = "1.3.2" }
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.2.3" }
cel-bom = { module = "org.projectnessie.cel:cel-bom", version = "0.5.3" }
commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.20.0" }
commons-text = { module = "org.apache.commons:commons-text", version = "1.14.0" }
dnsjava = { module = "dnsjava:dnsjava", version = "3.6.3" }
errorprone = { module = "com.google.errorprone:error_prone_core", version = "2.44.0" }
google-cloud-storage-bom = { module = "com.google.cloud:google-cloud-storage-bom", version = "2.60.0" }
guava = { module = "com.google.guava:guava", version = "33.5.0-jre" }
h2 = { module = "com.h2database:h2", version = "2.4.240" }
dnsjava = { module = "dnsjava:dnsjava", version = "3.6.3" }
hadoop-client-api = { module = "org.apache.hadoop:hadoop-client-api", version.ref = "hadoop" }
hadoop-client-runtime = { module = "org.apache.hadoop:hadoop-client-runtime", version.ref = "hadoop" }
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
hive-metastore = { module = "org.apache.hive:hive-metastore", version.ref = "hive" }
hadoop-hdfs-client = { module = "org.apache.hadoop:hadoop-hdfs-client", version.ref = "hadoop" }
hawkular-agent-prometheus-scraper = { module = "org.hawkular.agent:prometheus-scraper", version = "0.23.0.Final" }
hive-metastore = { module = "org.apache.hive:hive-metastore", version.ref = "hive" }
iceberg-bom = { module = "org.apache.iceberg:iceberg-bom", version.ref = "iceberg" }
immutables-builder = { module = "org.immutables:builder", version.ref = "immutables" }
immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" }
immutables-value-processor = { module = "org.immutables:value-processor", version.ref = "immutables" }
iceberg-bom = { module = "org.apache.iceberg:iceberg-bom", version.ref = "iceberg" }
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.20.1" }
jakarta-annotation-api = { module = "jakarta.annotation:jakarta.annotation-api", version = "3.0.0" }
jakarta-enterprise-cdi-api = { module = "jakarta.enterprise:jakarta.enterprise.cdi-api", version = "4.1.0" }
Expand All @@ -75,18 +75,18 @@ jakarta-servlet-api = { module = "jakarta.servlet:jakarta.servlet-api", version
jakarta-validation-api = { module = "jakarta.validation:jakarta.validation-api", version = "3.1.1" }
jakarta-ws-rs-api = { module = "jakarta.ws.rs:jakarta.ws.rs-api", version = "4.0.0" }
javax-servlet-api = { module = "javax.servlet:javax.servlet-api", version = "4.0.1" }
junit-bom = { module = "org.junit:junit-bom", version = "5.14.1" }
junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version = "2.3.0" }
keycloak-admin-client = { module = "org.keycloak:keycloak-admin-client", version = "26.0.7" }
jcstress-core = { module = "org.openjdk.jcstress:jcstress-core", version = "0.16" }
jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
jmh-generator-annprocess = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" }
junit-bom = { module = "org.junit:junit-bom", version = "5.14.1" }
junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version = "2.3.0" }
keycloak-admin-client = { module = "org.keycloak:keycloak-admin-client", version = "26.0.7" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.21" }
micrometer-bom = { module = "io.micrometer:micrometer-bom", version = "1.16.0" }
microprofile-fault-tolerance-api = { module = "org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api", version = "4.1.2" }
mockito-core = { module = "org.mockito:mockito-core", version = "5.20.0" }
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version = "5.20.0" }
mongodb-driver-sync = { module = "org.mongodb:mongodb-driver-sync", version = "5.6.1" }
mongodb-driver-sync = { module = "org.mongodb:mongodb-driver-sync", version = "5.6.1"}
Copy link
Contributor

@dimas-b dimas-b Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since this PR is about cosmetic changes... why put a space after the opening { but not before the closing one (it's also inconsistent in other places)?

opentelemetry-bom = { module = "io.opentelemetry:opentelemetry-bom", version = "1.56.0" }
opentelemetry-instrumentation-bom-alpha = { module = "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha", version= "2.20.1-alpha" }
opentelemetry-semconv = { module = "io.opentelemetry.semconv:opentelemetry-semconv", version = "1.37.0" }
Expand All @@ -96,9 +96,9 @@ postgresql = { module = "org.postgresql:postgresql", version = "42.7.8" }
prometheus-metrics-exporter-servlet-jakarta = { module = "io.prometheus:prometheus-metrics-exporter-servlet-jakarta", version = "1.4.3" }
quarkus-amazon-services-bom = { module = "io.quarkus.platform:quarkus-amazon-services-bom", version.ref="quarkus" }
quarkus-bom = { module = "io.quarkus.platform:quarkus-bom", version.ref = "quarkus" }
s3mock-testcontainers = { module = "com.adobe.testing:s3mock-testcontainers", version = "4.10.0" }
scala212-lang-library = { module = "org.scala-lang:scala-library", version.ref = "scala212" }
scala212-lang-reflect = { module = "org.scala-lang:scala-reflect", version.ref = "scala212" }
s3mock-testcontainers = { module = "com.adobe.testing:s3mock-testcontainers", version = "4.10.0" }
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
smallrye-common-annotation = { module = "io.smallrye.common:smallrye-common-annotation", version = "2.14.0" }
smallrye-config-core = { module = "io.smallrye.config:smallrye-config-core", version = "3.14.1" }
Expand All @@ -109,13 +109,13 @@ swagger-jaxrs = { module = "io.swagger:swagger-jaxrs", version.ref = "swagger" }
testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "2.0.2" }
testcontainers-keycloak = { module = "com.github.dasniko:testcontainers-keycloak", version = "4.0.0" }
threeten-extra = { module = "org.threeten:threeten-extra", version = "1.8.0" }
weld-se-core = { module = "org.jboss.weld.se:weld-se-core", version = "6.0.3.Final" }
weld-junit5 = { module = "org.jboss.weld:weld-junit5", version = "5.0.3.Final" }
weld-se-core = { module = "org.jboss.weld.se:weld-se-core", version = "6.0.3.Final" }

[plugins]
jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.9.0" }
jetbrains-changelog = { id = "org.jetbrains.changelog", version = "2.4.0"}
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
openapi-generator = { id = "org.openapi.generator", version = "7.12.0" }
quarkus = { id = "io.quarkus", version.ref = "quarkus" }
rat = { id = "org.nosphere.apache.rat", version = "0.8.1" }
jetbrains-changelog = { id = "org.jetbrains.changelog", version = "2.4.0"}