Skip to content

Commit

Permalink
build(deps): bump duckdb version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Dec 18, 2024
1 parent 298aab5 commit 78b5e31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-jdbc-duckdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified plugin-jdbc-duckdb/src/test/resources/db/duck.db
Binary file not shown.

0 comments on commit 78b5e31

Please sign in to comment.