This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new 95ea655503 upgraded duckdb dependency to 0.8.0. fixes #2948
new 01ba0c8c1d Merge pull request #2949 from bamaer/2948
95ea655503 is described below
commit 95ea65550347dd27c9cab377381b6fc3452ce420
Author: Bart Maertens <[email protected]>
AuthorDate: Sat May 20 09:45:27 2023 +0200
upgraded duckdb dependency to 0.8.0. fixes #2948
---
plugins/databases/duckdb/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/databases/duckdb/pom.xml b/plugins/databases/duckdb/pom.xml
index 994d2a3111..9708abb1d6 100644
--- a/plugins/databases/duckdb/pom.xml
+++ b/plugins/databases/duckdb/pom.xml
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.duckdb</groupId>
<artifactId>duckdb_jdbc</artifactId>
- <version>0.7.0</version>
+ <version>0.8.0</version>
</dependency>
</dependencies>