From f841b6032119423834883f379260a38d19b6f111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 00:23:48 +0000 Subject: [PATCH] chore(deps): Bump org.duckdb:duckdb_jdbc from 1.5.5.0 to 1.5.5.1 Bumps [org.duckdb:duckdb_jdbc](https://github.com/duckdb/duckdb) from 1.5.5.0 to 1.5.5.1. - [Release notes](https://github.com/duckdb/duckdb/releases) - [Commits](https://github.com/duckdb/duckdb/commits) --- updated-dependencies: - dependency-name: org.duckdb:duckdb_jdbc dependency-version: 1.5.5.1 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 0afa578..1e30abf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { "integrationTestImplementation"("org.postgresql:postgresql:42.7.13") "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.5.0") + "integrationTestImplementation"("org.duckdb:duckdb_jdbc:1.5.5.1") } tasks.test {