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

lizhimin 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 0e19071278 [ISSUE #9337] Upgrade Netty to 4.1.119.Final (#9338)
0e19071278 is described below

commit 0e190712788a64a9d80c2af55e3f00e5b150ce41
Author: weihubeats <we...@apache.org>
AuthorDate: Fri May 9 15:59:19 2025 +0800

    [ISSUE #9337] Upgrade Netty to 4.1.119.Final (#9338)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 61ca2048b9..003e29e0ff 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.114.Final</netty.version>
+        <netty.version>4.1.119.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