diff --git a/modules/timeplus/build.gradle b/modules/timeplus/build.gradle index 681efb5cf7a..705931b7896 100644 --- a/modules/timeplus/build.gradle +++ b/modules/timeplus/build.gradle @@ -6,7 +6,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' - testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0' testImplementation project(':testcontainers-jdbc-test') testRuntimeOnly 'com.timeplus:timeplus-native-jdbc:2.0.10' testImplementation 'org.assertj:assertj-core:3.27.4'