Skip to content

Commit

Permalink
update duckdb dependency version to 0.10.0, dsh-parent to 40
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Feb 13, 2024
1 parent 19098e4 commit 86911f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-parent</artifactId>
<version>38</version>
<version>40</version>
</parent>
<groupId>com.github.heuermh.duckdb</groupId>
<artifactId>duckdb-parquet-tools</artifactId>
Expand All @@ -31,7 +31,7 @@
</issueManagement>
<properties>
<commons-dbutils.version>1.7</commons-dbutils.version>
<duckdb.version>0.9.2</duckdb.version>
<duckdb.version>0.10.0</duckdb.version>
<gson.version>2.10.1</gson.version>
<jdk.version>1.8</jdk.version>
<maven.enforcer.maven-version>[3.1.1,)</maven.enforcer.maven-version>
Expand Down

0 comments on commit 86911f1

Please sign in to comment.