Skip to content

Commit

Permalink
Merge pull request apache#4431 from usbrandon/4430
Browse files Browse the repository at this point in the history
Update DuckDB 1.1.1 and Snowflake 3.19 JDBC
  • Loading branch information
hansva authored Oct 15, 2024
2 parents 782dd93 + 0f0c861 commit f991def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<mysql.version>9.0.0</mysql.version>
<postgresql.version>42.7.2</postgresql.version>
<redshift.version>2.1.0.29</redshift.version>
<snowflake.jdbc.version>3.17.0</snowflake.jdbc.version>
<snowflake.jdbc.version>3.19.0</snowflake.jdbc.version>
<vertica.jdbc.version>23.3.0-0</vertica.jdbc.version>
</properties>

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 @@ -29,7 +29,7 @@
<name>Hop Plugins Databases DuckDB</name>

<properties>
<duckdb.version>1.0.0</duckdb.version>
<duckdb.version>1.1.1</duckdb.version>
</properties>

<dependencies>
Expand Down

0 comments on commit f991def

Please sign in to comment.