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

lizhanhui 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 a024dc81da update netty version to 4.1.114 to fix CVE-2023-34462 
(#8832)
a024dc81da is described below

commit a024dc81dafad21182a8485c1216b97e79b64661
Author: dinglei <[email protected]>
AuthorDate: Mon Oct 21 13:40:49 2024 +0800

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

diff --git a/pom.xml b/pom.xml
index b18d9bbb43..33db3c7f48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
         <maven.compiler.target>1.8</maven.compiler.target>
 
         <commons-cli.version>1.5.0</commons-cli.version>
-        <netty.version>4.1.65.Final</netty.version>
+        <netty.version>4.1.114.Final</netty.version>
         <netty.tcnative.version>2.0.53.Final</netty.tcnative.version>
         <bcpkix-jdk15on.version>1.69</bcpkix-jdk15on.version>
         <fastjson.version>1.2.83</fastjson.version>

Reply via email to