From 732ec22f3f612e63bab615eaa97cdb23a5837192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:52:17 +0000 Subject: [PATCH] Bump com.timeplus:timeplus-native-jdbc in /modules/timeplus Bumps [com.timeplus:timeplus-native-jdbc](https://github.com/timeplus-io/timeplus-native-jdbc) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/timeplus-io/timeplus-native-jdbc/releases) - [Commits](https://github.com/timeplus-io/timeplus-native-jdbc/compare/v2.0.5...v2.0.6) --- updated-dependencies: - dependency-name: com.timeplus:timeplus-native-jdbc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/timeplus/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/timeplus/build.gradle b/modules/timeplus/build.gradle index 007b46e23e4..d141f8a3f1e 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.5' + testRuntimeOnly 'com.timeplus:timeplus-native-jdbc:2.0.6' testImplementation 'org.assertj:assertj-core:3.26.3' }