Skip to content

Commit e00fe81

Browse files
authored
IGNITE-27392 Upgrade testcontainers to version 2 (#7267)
1 parent aab140f commit e00fe81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ tree-sitter-hocon = "master-a"
8989
otel = "1.55.0"
9090
spring-boot = "3.5.7"
9191
spring-data = "3.5.5"
92-
testcontainers = "1.21.3"
92+
testcontainers = "2.0.0"
9393
gradleToolingApi = "8.6"
9494
protobuf = "4.33.1"
9595
cytodynamics = "0.2.0"
@@ -302,7 +302,7 @@ spring-boot-test = { module = "org.springframework.boot:spring-boot-test", versi
302302
spring-data-jdbc = { module = "org.springframework.data:spring-data-jdbc", version.ref = "spring-data"}
303303

304304
testcontainers-core = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers"}
305-
testcontainers-junit = { module = "org.testcontainers:junit-jupiter", version.ref = "testcontainers"}
305+
testcontainers-junit = { module = "org.testcontainers:testcontainers-junit-jupiter", version.ref = "testcontainers" }
306306

307307
commons-collections4 = { module = "org.apache.commons:commons-collections4", version.ref = "commons-collections4" }
308308
commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "commons-lang3" }

0 commit comments

Comments
 (0)