diff --git a/modules/timeplus/build.gradle b/modules/timeplus/build.gradle index 681efb5cf7a..e70d76733bb 100644 --- a/modules/timeplus/build.gradle +++ b/modules/timeplus/build.gradle @@ -9,7 +9,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation project(':testcontainers-jdbc-test') testRuntimeOnly 'com.timeplus:timeplus-native-jdbc:2.0.10' - testImplementation 'org.assertj:assertj-core:3.27.4' + testImplementation 'org.assertj:assertj-core:3.27.6' } test {