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 febbcac939 update dependencies, fixes #6423 (#6424)
febbcac939 is described below
commit febbcac939a52af2de4ffeb575285935b3474300
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Jan 19 18:10:32 2026 +0100
update dependencies, fixes #6423 (#6424)
---
lib-jdbc/pom.xml | 2 +-
lib/pom.xml | 18 ++++++++++++++++++
plugins/tech/azure/src/assembly/assembly.xml | 1 -
plugins/tech/cassandra/pom.xml | 2 +-
pom.xml | 2 +-
5 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/lib-jdbc/pom.xml b/lib-jdbc/pom.xml
index d9692a118f..e84c8f01be 100644
--- a/lib-jdbc/pom.xml
+++ b/lib-jdbc/pom.xml
@@ -29,7 +29,7 @@
<name>Hop JDBC Libraries</name>
<properties>
- <clickhouse.jdbc.version>0.9.2</clickhouse.jdbc.version>
+ <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>
diff --git a/lib/pom.xml b/lib/pom.xml
index 3bc9092e7e..d0dc16a9d1 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -109,9 +109,11 @@
<kafka-avro-serializer.version>7.6.1</kafka-avro-serializer.version>
<kafka-clients.version>3.9.1</kafka-clients.version>
<kafka-schema-registry-client.version>7.6.1</kafka-schema-registry-client.version>
+ <kaml.version>0.104.0</kaml.version>
<kotlin.version>1.9.25</kotlin.version>
<kryo.version>5.3.0</kryo.version>
<log4j.version>2.25.3</log4j.version>
+ <lz4-java.version>1.8.1</lz4-java.version>
<metrics.version>4.2.12</metrics.version>
<minlog.version>1.3.1</minlog.version>
<msal4j-persistence.version>1.3.0</msal4j-persistence.version>
@@ -143,6 +145,7 @@
<xerces.version>2.12.2</xerces.version>
<xml-apis-ext.version>1.3.04</xml-apis-ext.version>
<xmlunit.version>1.5</xmlunit.version>
+ <xstream.version>1.4.21</xstream.version>
<zstd-jni.version>1.5.6-3</zstd-jni.version>
</properties>
@@ -153,6 +156,16 @@
<artifactId>reactor-core</artifactId>
<version>${reactor-core.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.charleskorn.kaml</groupId>
+ <artifactId>kaml</artifactId>
+ <version>${kaml.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.thoughtworks.xstream</groupId>
+ <artifactId>xstream</artifactId>
+ <version>${xstream.version}</version>
+ </dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
@@ -309,6 +322,11 @@
<artifactId>juniversalchardet</artifactId>
<version>${juniversalchardet.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ <version>${lz4-java.version}</version>
+ </dependency>
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
diff --git a/plugins/tech/azure/src/assembly/assembly.xml
b/plugins/tech/azure/src/assembly/assembly.xml
index 74ea131d83..bcb09a3d74 100644
--- a/plugins/tech/azure/src/assembly/assembly.xml
+++ b/plugins/tech/azure/src/assembly/assembly.xml
@@ -96,7 +96,6 @@
<include>com.squareup.okhttp3:okhttp:jar</include>
<include>com.squareup.okio::jar</include>
<include>org.reactivestreams:reactive-streams:jar</include>
- <include>com.azure:azure-security-keyvault-secrets</include>
<include>net.java.dev.jna::jar</include>
<include>com.microsoft.azure:msal4j-persistence-extension:jar</include>
<include>com.microsoft.azure:msal4j:jar</include>
diff --git a/plugins/tech/cassandra/pom.xml b/plugins/tech/cassandra/pom.xml
index 6fcc1ae3bd..16c4996505 100644
--- a/plugins/tech/cassandra/pom.xml
+++ b/plugins/tech/cassandra/pom.xml
@@ -29,7 +29,7 @@
<name>Hop Plugins Technology Cassandra</name>
<properties>
- <cassandra-all.version>4.1.8</cassandra-all.version>
+ <cassandra-all.version>4.1.10</cassandra-all.version>
<cassandra-java-driver.version>4.17.0</cassandra-java-driver.version>
</properties>
diff --git a/pom.xml b/pom.xml
index 525f4ac4ad..9607434732 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
<maven.compiler.source>${target.jdk.version}</maven.compiler.source>
<maven.compiler.target>${target.jdk.version}</maven.compiler.target>
<mockito-core.version>5.12.0</mockito-core.version>
- <netty.version>4.2.7.Final</netty.version>
+ <netty.version>4.2.8.Final</netty.version>
<objenesis.version>3.4</objenesis.version>
<opentelemetry.version>1.56.0</opentelemetry.version>
<org.eclipse.platform.version>3.132.0</org.eclipse.platform.version>