Skip to content

Commit

Permalink
Update DuckDb dependency to 0.9.2 apache#3520
Browse files Browse the repository at this point in the history
  • Loading branch information
nadment committed Dec 26, 2023
1 parent e0732c8 commit 1038313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assemblies/lib-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<properties>
<clickhouse.jdbc.version>0.5.0</clickhouse.jdbc.version>
<derby.version>10.16.1.1</derby.version>
<duckdb.version>0.9.1</duckdb.version>
<duckdb.version>0.9.2</duckdb.version>
<h2.version>2.2.224</h2.version>
<hyersonic.version>2.7.2</hyersonic.version>
<jt400.version>20.0.6</jt400.version>
Expand Down
2 changes: 1 addition & 1 deletion plugins/databases/duckdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.duckdb</groupId>
<artifactId>duckdb_jdbc</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 1038313

Please sign in to comment.