Skip to content

Commit 80e59d1

Browse files
authored
Build: bump testcontainers from 1.21.3 to 2.0.1 (#14366)
1 parent e23cf65 commit 80e59d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spark34 = "3.4.4"
8787
spark35 = "3.5.7"
8888
spark40 = "4.0.1"
8989
sqlite-jdbc = "3.50.3.0"
90-
testcontainers = "1.21.3"
90+
testcontainers = "2.0.1"
9191
tez08 = { strictly = "0.8.4"} # see rich version usage explanation above
9292

9393
[libraries]
@@ -218,7 +218,7 @@ nessie-versioned-storage-testextension = { module = "org.projectnessie.nessie:ne
218218
orc-tools = { module = "org.apache.orc:orc-tools", version.ref = "orc" }
219219
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version.ref = "sqlite-jdbc" }
220220
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }
221-
testcontainers-junit-jupiter = { module = "org.testcontainers:junit-jupiter", version.ref = "testcontainers" }
222-
testcontainers-minio = { module = "org.testcontainers:minio", version.ref = "testcontainers" }
221+
testcontainers-junit-jupiter = { module = "org.testcontainers:testcontainers-junit-jupiter", version.ref = "testcontainers" }
222+
testcontainers-minio = { module = "org.testcontainers:testcontainers-minio", version.ref = "testcontainers" }
223223
tez08-dag = { module = "org.apache.tez:tez-dag", version.ref = "tez08" }
224224
tez08-mapreduce = { module = "org.apache.tez:tez-mapreduce", version.ref = "tez08" }

0 commit comments

Comments
 (0)