This is an automated email from the ASF dual-hosted git repository.
xuba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 6ef819632 [AMORO-3891] Bump netty version to 4.1.128.Final to fix CVE
(#3892)
6ef819632 is described below
commit 6ef819632c1ec257ab9dec1594d59770d15e4d98
Author: Fei Wang <[email protected]>
AuthorDate: Tue Nov 4 08:22:13 2025 -0800
[AMORO-3891] Bump netty version to 4.1.128.Final to fix CVE (#3892)
Bump netty version to 4.1.128.Final to fix CVE
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5d8f16f25..58886862f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
<postgres-jdbc.version>42.7.2</postgres-jdbc.version>
<derby-jdbc.version>10.14.2.0</derby-jdbc.version>
<commons-dbcp2.version>2.9.0</commons-dbcp2.version>
- <netty.version>4.1.124.Final</netty.version>
+ <netty.version>4.1.128.Final</netty.version>
<javalin.version>4.6.8</javalin.version>
<kyuubi-hive-jdbc-shaded.version>1.10.2</kyuubi-hive-jdbc-shaded.version>
<rocksdb.version>7.10.2</rocksdb.version>