From 854a5351f26c8fbc06b6356c17d34b8a75ffd3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 03:37:16 +0000 Subject: [PATCH] Bump com.databend:databend-jdbc from 0.3.9 to 0.4.0 in /modules/databend Bumps [com.databend:databend-jdbc](https://github.com/databendcloud/databend-jdbc) from 0.3.9 to 0.4.0. - [Release notes](https://github.com/databendcloud/databend-jdbc/releases) - [Commits](https://github.com/databendcloud/databend-jdbc/compare/v0.3.9...v0.4.0) --- updated-dependencies: - dependency-name: com.databend:databend-jdbc dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/databend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/databend/build.gradle b/modules/databend/build.gradle index 8eac99519c4..392c2b51eb0 100644 --- a/modules/databend/build.gradle +++ b/modules/databend/build.gradle @@ -4,6 +4,6 @@ dependencies { api project(':jdbc') testImplementation project(':jdbc-test') - testRuntimeOnly 'com.databend:databend-jdbc:0.3.9' + testRuntimeOnly 'com.databend:databend-jdbc:0.4.0' testImplementation 'org.assertj:assertj-core:3.27.3' }