diff --git a/build.gradle b/build.gradle index 9f7ad352..ad02fc67 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ dependencies { // Testing testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.0") testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.0") - testImplementation("org.testcontainers:testcontainers:1.21.3") + testImplementation("org.testcontainers:testcontainers:2.0.1") testImplementation("net.java.dev.jna:jna:5.18.1") testImplementation("com.google.truth:truth:1.4.5") { exclude group: 'com.google.guava', module: 'guava' diff --git a/pom.xml b/pom.xml index 0d537ef2..acf38223 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 2.71.0 5.14.0 - 1.21.3 + 2.0.1 1.4.5 1.10.19 2.5.23 diff --git a/samples/spanner-liquibase-spring-boot-sample/pom.xml b/samples/spanner-liquibase-spring-boot-sample/pom.xml index 9021aa9b..fff36867 100644 --- a/samples/spanner-liquibase-spring-boot-sample/pom.xml +++ b/samples/spanner-liquibase-spring-boot-sample/pom.xml @@ -16,7 +16,7 @@ 2.7.18 4.33.0 2.1.0 - 1.21.3 + 2.0.1