This is an automated email from the ASF dual-hosted git repository.
yuzhou pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 6df8246eca Upgraded Netty to 4.1.130.Final to remediate CVEs (#10090)
6df8246eca is described below
commit 6df8246ecaaae60d45d5e9d8c8450fc6f0465e87
Author: shub-est <[email protected]>
AuthorDate: Fri Feb 13 12:07:29 2026 +0000
Upgraded Netty to 4.1.130.Final to remediate CVEs (#10090)
Signed-off-by: Shubham Kalloli <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 320c34331a..37cff546cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<commons-cli.version>1.5.0</commons-cli.version>
- <netty.version>4.1.119.Final</netty.version>
+ <netty.version>4.1.130.Final</netty.version>
<netty.tcnative.version>2.0.53.Final</netty.tcnative.version>
<bcpkix-jdk18on.version>1.83</bcpkix-jdk18on.version>
<fastjson.version>1.2.83</fastjson.version>