This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 73de8632c5 Update pom.xml to pull DuckDB 1.4.4.0 (#6542)
73de8632c5 is described below
commit 73de8632c5d8fe5b76e6d90ff08861e59b83a69c
Author: Harris Ward <[email protected]>
AuthorDate: Tue Feb 10 20:06:41 2026 +0000
Update pom.xml to pull DuckDB 1.4.4.0 (#6542)
using 1.4.x.x means I can use fancy Ducklake things
---
lib-jdbc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib-jdbc/pom.xml b/lib-jdbc/pom.xml
index 83f62f6917..a6681a2e0c 100644
--- a/lib-jdbc/pom.xml
+++ b/lib-jdbc/pom.xml
@@ -32,7 +32,7 @@
<clickhouse.jdbc.version>0.9.6</clickhouse.jdbc.version>
<cratedb-jdbc.version>2.7.0</cratedb-jdbc.version>
<derby.version>10.17.1.0</derby.version>
- <duckdb.version>1.3.2.1</duckdb.version>
+ <duckdb.version>1.4.4.0</duckdb.version>
<h2.version>2.3.232</h2.version>
<hsqldb.version>2.7.4</hsqldb.version>
<jt400.version>21.0.6</jt400.version>