This is an automated email from the ASF dual-hosted git repository.

rpuch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new e00fe818844 IGNITE-27392 Upgrade testcontainers to version 2 (#7267)
e00fe818844 is described below

commit e00fe8188446ce824b8afc3b951500ee50246da4
Author: Roman Puchkovskiy <[email protected]>
AuthorDate: Tue Dec 23 11:49:13 2025 +0400

    IGNITE-27392 Upgrade testcontainers to version 2 (#7267)
---
 gradle/libs.versions.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 5227fce11e4..b984f2713d0 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -89,7 +89,7 @@ tree-sitter-hocon = "master-a"
 otel = "1.55.0"
 spring-boot = "3.5.7"
 spring-data = "3.5.5"
-testcontainers = "1.21.3"
+testcontainers = "2.0.0"
 gradleToolingApi = "8.6"
 protobuf = "4.33.1"
 cytodynamics = "0.2.0"
@@ -302,7 +302,7 @@ spring-boot-test = { module = 
"org.springframework.boot:spring-boot-test", versi
 spring-data-jdbc = { module = "org.springframework.data:spring-data-jdbc", 
version.ref = "spring-data"}
 
 testcontainers-core = { module = "org.testcontainers:testcontainers", 
version.ref = "testcontainers"}
-testcontainers-junit = { module = "org.testcontainers:junit-jupiter", 
version.ref = "testcontainers"}
+testcontainers-junit = { module = 
"org.testcontainers:testcontainers-junit-jupiter", version.ref = 
"testcontainers" }
 
 commons-collections4 = { module = "org.apache.commons:commons-collections4", 
version.ref = "commons-collections4" }
 commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = 
"commons-lang3" }

Reply via email to