From f4cd3d04e84a3e9ef2225ec1f905185a145cf8de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 00:23:32 +0000 Subject: [PATCH] Bump org.duckdb:duckdb_jdbc from 1.5.3.0 to 1.5.4.0 Bumps [org.duckdb:duckdb_jdbc](https://github.com/duckdb/duckdb) from 1.5.3.0 to 1.5.4.0. - [Release notes](https://github.com/duckdb/duckdb/releases) - [Commits](https://github.com/duckdb/duckdb/compare/v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: org.duckdb:duckdb_jdbc dependency-version: 1.5.4.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4060269..7a8a596 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { "integrationTestImplementation"("org.postgresql:postgresql:42.7.11") "integrationTestImplementation"("com.mysql:mysql-connector-j:9.7.0") "integrationTestImplementation"("org.xerial:sqlite-jdbc:3.53.2.0") - "integrationTestImplementation"("org.duckdb:duckdb_jdbc:1.5.3.0") + "integrationTestImplementation"("org.duckdb:duckdb_jdbc:1.5.4.0") } tasks.test {