From 1745b95821600c7bd6278702a5c8277f107898d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:56:45 +0000 Subject: [PATCH] chore(deps): bump org.duckdb:duckdb_jdbc from 0.8.1 to 1.1.3 Bumps [org.duckdb:duckdb_jdbc](https://github.com/duckdb/duckdb) from 0.8.1 to 1.1.3. - [Release notes](https://github.com/duckdb/duckdb/releases) - [Commits](https://github.com/duckdb/duckdb/compare/v0.8.1...v1.1.3) --- updated-dependencies: - dependency-name: org.duckdb:duckdb_jdbc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugin-jdbc-duckdb/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-jdbc-duckdb/build.gradle b/plugin-jdbc-duckdb/build.gradle index 47d610b9..aec731c4 100644 --- a/plugin-jdbc-duckdb/build.gradle +++ b/plugin-jdbc-duckdb/build.gradle @@ -13,7 +13,7 @@ jar { } dependencies { - implementation("org.duckdb:duckdb_jdbc:0.8.1") + implementation("org.duckdb:duckdb_jdbc:1.1.3") implementation project(':plugin-jdbc') testImplementation project(':plugin-jdbc').sourceSets.test.output