Skip to content

Commit 036a6bd

Browse files
authored
Bump Iceberg version and its dependencies (#33)
1 parent 6f716bd commit 036a6bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

iceberg-catalog-migrator/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919

2020
[versions]
2121
assertj = "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.
2323
checkstyle = "10.21.3"
2424
errorprone = "2.36.0"
2525
errorproneSlf4j = "0.1.28"
2626
googleJavaFormat = "1.25.2"
2727
guava = "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"
3131
immutables = "2.10.1"
3232
jacoco = "0.8.12"
3333
jandex = "3.2.3"
3434
junit = "5.12.0"
3535
logback = "1.5.17"
3636
logcaptor = "2.10.1"
37-
nessie = "0.101.3"
37+
nessie = "0.104.5"
3838
nessieRunner = "0.32.2"
3939
picocli = "4.7.6"
4040
shadowPlugin = "8.1.1"
@@ -63,7 +63,7 @@ guava = { module = "com.google.guava:guava", version.ref = "guava" }
6363
hadoop-aws = { module = "org.apache.hadoop:hadoop-aws", version.ref = "hadoop" }
6464
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
6565
iceberg-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" }
6767
immutables-builder = { module = "org.immutables:builder", version.ref = "immutables" }
6868
immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" }
6969
immutables-value-processor = { module = "org.immutables:value-processor", version.ref = "immutables" }

0 commit comments

Comments
 (0)