Skip to content

Commit

Permalink
Update DuckDB to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
armetiz authored Oct 3, 2023
1 parent 701ae8b commit 7aed24a
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.8.1")
implementation("org.duckdb:duckdb_jdbc:0.9.0")
implementation project(':plugin-jdbc')

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

0 comments on commit 7aed24a

Please sign in to comment.