File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
iceberg-catalog-migrator/gradle Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919
2020[versions ]
2121assertj = " 3.27.3"
22- aws = " 2.30.3 " # this is in mapping with iceberg repo.
22+ aws = " 2.33.0 " # this is in mapping with iceberg repo.
2323checkstyle = " 10.21.3"
2424errorprone = " 2.36.0"
2525errorproneSlf4j = " 0.1.28"
2626googleJavaFormat = " 1.25.2"
2727guava = " 33.4.0-jre"
28- hadoop = " 2.7.3 " # this is in mapping with iceberg repo.
29- hive = " 2.3.9 " # this is in mapping with iceberg repo.
30- iceberg = " 1.7.1 "
28+ hadoop = " 3.4.1 " # this is in mapping with iceberg repo.
29+ hive = { strictly = " 2.3.10 " } # this is in mapping with iceberg repo.
30+ iceberg = " 1.10.0 "
3131immutables = " 2.10.1"
3232jacoco = " 0.8.12"
3333jandex = " 3.2.3"
3434junit = " 5.12.0"
3535logback = " 1.5.17"
3636logcaptor = " 2.10.1"
37- nessie = " 0.101.3 "
37+ nessie = " 0.104.5 "
3838nessieRunner = " 0.32.2"
3939picocli = " 4.7.6"
4040shadowPlugin = " 8.1.1"
@@ -63,7 +63,7 @@ guava = { module = "com.google.guava:guava", version.ref = "guava" }
6363hadoop-aws = { module = " org.apache.hadoop:hadoop-aws" , version.ref = " hadoop" }
6464hadoop-common = { module = " org.apache.hadoop:hadoop-common" , version.ref = " hadoop" }
6565iceberg-dell = { module = " org.apache.iceberg:iceberg-dell" , version.ref = " iceberg" }
66- iceberg-spark-runtime = { module = " org.apache.iceberg:iceberg-spark-runtime-3.3_2 .12" , version.ref = " iceberg" }
66+ iceberg-spark-runtime = { module = " org.apache.iceberg:iceberg-spark-runtime-3.5_2 .12" , version.ref = " iceberg" }
6767immutables-builder = { module = " org.immutables:builder" , version.ref = " immutables" }
6868immutables-value-annotations = { module = " org.immutables:value-annotations" , version.ref = " immutables" }
6969immutables-value-processor = { module = " org.immutables:value-processor" , version.ref = " immutables" }
You can’t perform that action at this time.
0 commit comments