diff --git a/modules/cockroachdb/build.gradle b/modules/cockroachdb/build.gradle index 8107fc92f6a..2bcf59672b3 100644 --- a/modules/cockroachdb/build.gradle +++ b/modules/cockroachdb/build.gradle @@ -4,7 +4,7 @@ dependencies { api project(':testcontainers-jdbc') testRuntimeOnly 'org.postgresql:postgresql:42.7.7' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation project(':testcontainers-jdbc-test')