diff --git a/modules/timeplus/build.gradle b/modules/timeplus/build.gradle index 681efb5cf7a..29d4d586621 100644 --- a/modules/timeplus/build.gradle +++ b/modules/timeplus/build.gradle @@ -4,7 +4,7 @@ dependencies { api project(':testcontainers') api project(':testcontainers-jdbc') - 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')