diff --git a/modules/timeplus/build.gradle b/modules/timeplus/build.gradle index 74570d821c2..007b46e23e4 100644 --- a/modules/timeplus/build.gradle +++ b/modules/timeplus/build.gradle @@ -5,6 +5,6 @@ dependencies { api project(':jdbc') testImplementation project(':jdbc-test') - testRuntimeOnly 'com.timeplus:timeplus-native-jdbc:2.0.4' + testRuntimeOnly 'com.timeplus:timeplus-native-jdbc:2.0.5' testImplementation 'org.assertj:assertj-core:3.26.3' }