gradle/libs.versions.toml (98 lines of code) (raw):

# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # [versions] hadoop = "3.4.1" iceberg = "1.9.0" # Ensure to update the iceberg version in regtests to keep regtests up-to-date quarkus = "3.21.4" immutables = "2.10.1" picocli = "4.7.7" scala212 = "2.12.19" spark35 = "3.5.5" slf4j = "2.0.17" swagger = "1.6.15" [bundles] [libraries] # # If a dependency is removed, check whether the LICENSE and/or NOTICE files need to be adopted # (aka mention of the dependency removed). # antlr4-runtime = { module = "org.antlr:antlr4-runtime", version.strictly = "4.9.3" } # spark integration tests assertj-core = { module = "org.assertj:assertj-core", version = "3.27.3" } auth0-jwt = { module = "com.auth0:java-jwt", version = "4.5.0" } awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.31.35" } azuresdk-bom = { module = "com.azure:azure-sdk-bom", version = "1.2.34" } bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.80" } caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.2.0" } commons-codec1 = { module = "commons-codec:commons-codec", version = "1.18.0" } commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.17.0" } commons-text = { module = "org.apache.commons:commons-text", version = "1.13.1" } eclipselink = { module = "org.eclipse.persistence:eclipselink", version = "4.0.6" } errorprone = { module = "com.google.errorprone:error_prone_core", version = "2.38.0" } google-cloud-storage-bom = { module = "com.google.cloud:google-cloud-storage-bom", version = "2.52.2" } guava = { module = "com.google.guava:guava", version = "33.4.8-jre" } h2 = { module = "com.h2database:h2", version = "2.3.232" } 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" } 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" } 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.19.0" } 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" } jakarta-inject-api = { module = "jakarta.inject:jakarta.inject-api", version = "2.0.1" } jakarta-persistence-api = { module = "jakarta.persistence:jakarta.persistence-api", version = "3.2.0" } jakarta-servlet-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" } 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.12.2" } logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.18" } micrometer-bom = { module = "io.micrometer:micrometer-bom", version = "1.14.6" } 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.17.0" } mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version = "5.17.0" } opentelemetry-bom = { module = "io.opentelemetry:opentelemetry-bom", version = "1.49.0" } opentelemetry-semconv = { module = "io.opentelemetry.semconv:opentelemetry-semconv", version = "1.32.0" } picocli = { module = "info.picocli:picocli-codegen", version.ref = "picocli" } picocli-codegen = { module = "info.picocli:picocli-codegen", version.ref = "picocli" } postgresql = { module = "org.postgresql:postgresql", version = "42.7.5" } prometheus-metrics-exporter-servlet-jakarta = { module = "io.prometheus:prometheus-metrics-exporter-servlet-jakarta", version = "1.3.6" } quarkus-bom = { module = "io.quarkus.platform:quarkus-bom", version.ref = "quarkus" } 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.1.1" } slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" } smallrye-common-annotation = { module = "io.smallrye.common:smallrye-common-annotation", version = "2.12.0" } smallrye-config-core = { module = "io.smallrye.config:smallrye-config-core", version = "3.12.4" } spark35-sql-scala212 = { module = "org.apache.spark:spark-sql_2.12", version.ref = "spark35" } spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations", version = "4.9.3" } swagger-annotations = { module = "io.swagger:swagger-annotations", version.ref = "swagger" } swagger-jaxrs = { module = "io.swagger:swagger-jaxrs", version.ref = "swagger" } testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.21.0" } threeten-extra = { module = "org.threeten:threeten-extra", version = "1.8.0" } [plugins] jandex = { id = "org.kordamp.gradle.jandex", version = "2.1.0" } 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" }