diff --git a/pom.xml b/pom.xml index 542d401b..3c332866 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ jar testcontainers-annotations - 4.2.1 + 4.2.2 testcontainers-annotations testcontainers-annotations @@ -43,6 +43,7 @@ 0.0.3 1.0.2 1.18.38 + 2.0.3 2.0.3 ./src/main/resources/checkstyle/checkstyle-suppressions.xml @@ -50,13 +51,6 @@ - - org.testcontainers - testcontainers-bom - 2.0.3 - pom - import - org.springframework.boot spring-boot-dependencies @@ -136,22 +130,27 @@ org.testcontainers testcontainers + ${testcontainers.version} org.testcontainers testcontainers-postgresql + ${testcontainers.version} org.testcontainers testcontainers-kafka + ${testcontainers.version} org.testcontainers testcontainers-clickhouse + ${testcontainers.version} org.testcontainers - junit-jupiter + testcontainers-junit-jupiter + ${testcontainers.version} org.junit.vintage