diff --git a/build.gradle b/build.gradle index 63fb0134..0cc2f3b5 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ dependencies { // testcontainers testImplementation "org.testcontainers:testcontainers:2.0.5" - testImplementation "org.testcontainers:junit-jupiter:1.21.4" + testImplementation "org.testcontainers:testcontainers-junit-jupiter:2.0.5" testImplementation "io.floci:testcontainers-floci:2.16.1" }