Skip to content

Commit

Permalink
feat: upgrade to DuckDB 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Oct 16, 2023
1 parent e431005 commit 992841b
Showing 1 changed file 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.9.0")
implementation("org.duckdb:duckdb_jdbc:0.9.1")
implementation project(':plugin-jdbc')

testImplementation project(':plugin-jdbc').sourceSets.test.output
Expand Down

0 comments on commit 992841b

Please sign in to comment.