This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a commit to branch 4.9.x
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/4.9.x by this push:
     new e8a9d9ffd0 update netty version to 4.1.114 to fix CVE-2023-34462 
(#8834)
e8a9d9ffd0 is described below

commit e8a9d9ffd02865e71ba948320890c18d250edb05
Author: dinglei <[email protected]>
AuthorDate: Mon Oct 21 13:37:42 2024 +0800

    update netty version to 4.1.114 to fix CVE-2023-34462 (#8834)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index acfc49aa19..67e537a533 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
         <slf4j.version>1.7.7</slf4j.version>
         <logback.version>1.2.10</logback.version>
         <commons-cli.version>1.2</commons-cli.version>
-        <netty.version>4.1.65.Final</netty.version>
+        <netty.version>4.1.114.Final</netty.version>
         <bcpkix-jdk15on.version>1.69</bcpkix-jdk15on.version>
         <fastjson.version>1.2.69_noneautotype</fastjson.version>
         <javassist.version>3.20.0-GA</javassist.version>

Reply via email to