This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 80e59d1a3c Build: bump testcontainers from 1.21.3 to 2.0.1 (#14366)
80e59d1a3c is described below
commit 80e59d1a3c23f821123f11de5e9f15d1c1879115
Author: sullis <[email protected]>
AuthorDate: Sat Oct 18 16:22:45 2025 -0700
Build: bump testcontainers from 1.21.3 to 2.0.1 (#14366)
---
gradle/libs.versions.toml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 900f929f65..dffa201c92 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -87,7 +87,7 @@ spark34 = "3.4.4"
spark35 = "3.5.7"
spark40 = "4.0.1"
sqlite-jdbc = "3.50.3.0"
-testcontainers = "1.21.3"
+testcontainers = "2.0.1"
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above
[libraries]
@@ -218,7 +218,7 @@ nessie-versioned-storage-testextension = { module =
"org.projectnessie.nessie:ne
orc-tools = { module = "org.apache.orc:orc-tools", version.ref = "orc" }
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version.ref = "sqlite-jdbc"
}
testcontainers = { module = "org.testcontainers:testcontainers", version.ref =
"testcontainers" }
-testcontainers-junit-jupiter = { module = "org.testcontainers:junit-jupiter",
version.ref = "testcontainers" }
-testcontainers-minio = { module = "org.testcontainers:minio", version.ref =
"testcontainers" }
+testcontainers-junit-jupiter = { module =
"org.testcontainers:testcontainers-junit-jupiter", version.ref =
"testcontainers" }
+testcontainers-minio = { module = "org.testcontainers:testcontainers-minio",
version.ref = "testcontainers" }
tez08-dag = { module = "org.apache.tez:tez-dag", version.ref = "tez08" }
tez08-mapreduce = { module = "org.apache.tez:tez-mapreduce", version.ref =
"tez08" }