From 5c9d5de55adc2e441108245a0e1306d7ce07ff16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:07:19 +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.8. - [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.8) --- 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..0990c4b55be 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.8' testImplementation 'org.assertj:assertj-core:3.26.3' }