From fa9c69a742305a02f839c3aee3c5b2ca54ea1442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 15:50:30 +0000 Subject: [PATCH] Bump com.databend:databend-jdbc from 0.4.0 to 0.4.1 in /modules/databend Bumps [com.databend:databend-jdbc](https://github.com/databendcloud/databend-jdbc) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/databendcloud/databend-jdbc/releases) - [Commits](https://github.com/databendcloud/databend-jdbc/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: com.databend:databend-jdbc dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d9a5655b4ed..9da45a6fab9 100644 --- a/modules/databend/build.gradle +++ b/modules/databend/build.gradle @@ -4,5 +4,5 @@ dependencies { api project(':testcontainers-jdbc') testImplementation project(':testcontainers-jdbc-test') - testRuntimeOnly 'com.databend:databend-jdbc:0.4.0' + testRuntimeOnly 'com.databend:databend-jdbc:0.4.1' }