diff --git a/pom.xml b/pom.xml index ee6570e14..b40acdf8a 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,6 @@ 5.1.41 42.0.0 2.2.3 - 1.9.1 3.0.2 diff --git a/spring-data-jdbc/pom.xml b/spring-data-jdbc/pom.xml index cfb1e9443..d33566bc8 100644 --- a/spring-data-jdbc/pom.xml +++ b/spring-data-jdbc/pom.xml @@ -70,6 +70,18 @@ + + + + org.testcontainers + testcontainers-bom + ${testcontainers} + pom + import + + + + @@ -175,7 +187,6 @@ org.testcontainers mysql - ${testcontainers.version} test @@ -188,21 +199,18 @@ org.testcontainers postgresql - ${testcontainers.version} test org.testcontainers mariadb - ${testcontainers.version} test org.testcontainers mssqlserver - ${testcontainers.version} test