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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b0d598c75d Update netty version to 4.1.121.Final (#35366)
5b0d598c75d is described below

commit 5b0d598c75df6d14148eb50d08d2af030774fc1e
Author: Liang Zhang <zhangli...@apache.org>
AuthorDate: Sun May 11 22:34:02 2025 +0800

    Update netty version to 4.1.121.Final (#35366)
    
    * build: update netty version to 4.1.121.Final
    - Upgrade netty.version from 4.1.112.Final to 4.1.121.Final in pom.xml
---
 distribution/proxy/src/main/release-docs/LICENSE | 28 ++++++++++++------------
 pom.xml                                          |  2 +-
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/distribution/proxy/src/main/release-docs/LICENSE 
b/distribution/proxy/src/main/release-docs/LICENSE
index 4698a0944b4..59b8c6fa9f8 100644
--- a/distribution/proxy/src/main/release-docs/LICENSE
+++ b/distribution/proxy/src/main/release-docs/LICENSE
@@ -274,20 +274,20 @@ The text of each license is the standard Apache 2.0 
license.
     json-simple 1.1.1: https://code.google.com/archive/p/json-simple/, Apache 
2.0
     jsr305 3.0.2: http://findbugs.sourceforge.net/, Apache 2.0
     memory 0.9.0, Apache 2.0
-    netty-buffer 4.1.112.Final: https://github.com/netty, Apache 2.0
-    netty-codec 4.1.112.Final: https://github.com/netty, Apache 2.0
-    netty-codec-http 4.1.112.Final: https://github.com/netty, Apache 2.0
-    netty-codec-http2 4.1.112.Final: https://github.com/netty, Apache 2.0
-    netty-codec-socks 4.1.112.Final: https://github.com/netty, Apache 2.0
-    netty-common 4.1.112.Final: https://github.com/netty, Apache 2.0
-    netty-handler 4.1.112.Final: https://github.com/netty, Apache 2.0
-    netty-handler-proxy 4.1.112.Final: https://github.com/netty, Apache 2.0
-    netty-resolver 4.1.112.Final: https://github.com/netty, Apache 2.0
-    netty-transport 4.1.112.Final: https://github.com/netty, Apache 2.0
-    netty-transport-classes-epoll 4.1.112.Final: https://github.com/netty, 
Apache 2.0
-    netty-transport-native-epoll 4.1.112.Final-linux-aarch_64: 
https://github.com/netty, Apache 2.0
-    netty-transport-native-epoll 4.1.112.Final-linux-x86_64: 
https://github.com/netty, Apache 2.0
-    netty-transport-native-unix-common 4.1.112.Final: 
https://github.com/netty, Apache 2.0
+    netty-buffer 4.1.121.Final: https://github.com/netty, Apache 2.0
+    netty-codec 4.1.121.Final: https://github.com/netty, Apache 2.0
+    netty-codec-http 4.1.121.Final: https://github.com/netty, Apache 2.0
+    netty-codec-http2 4.1.121.Final: https://github.com/netty, Apache 2.0
+    netty-codec-socks 4.1.121.Final: https://github.com/netty, Apache 2.0
+    netty-common 4.1.121.Final: https://github.com/netty, Apache 2.0
+    netty-handler 4.1.121.Final: https://github.com/netty, Apache 2.0
+    netty-handler-proxy 4.1.121.Final: https://github.com/netty, Apache 2.0
+    netty-resolver 4.1.121.Final: https://github.com/netty, Apache 2.0
+    netty-transport 4.1.121.Final: https://github.com/netty, Apache 2.0
+    netty-transport-classes-epoll 4.1.121.Final: https://github.com/netty, 
Apache 2.0
+    netty-transport-native-epoll 4.1.121.Final-linux-aarch_64: 
https://github.com/netty, Apache 2.0
+    netty-transport-native-epoll 4.1.121.Final-linux-x86_64: 
https://github.com/netty, Apache 2.0
+    netty-transport-native-unix-common 4.1.121.Final: 
https://github.com/netty, Apache 2.0
     netty-tcnative-boringssl-static 2.0.65.Final: 
https://github.com/netty/netty-tcnative, Apache 2.0
     netty-tcnative-boringssl-static 2.0.65.Final-linux-aarch_64: 
https://github.com/netty/netty-tcnative, Apache 2.0
     netty-tcnative-boringssl-static 2.0.65.Final-linux-x86_64: 
https://github.com/netty/netty-tcnative, Apache 2.0
diff --git a/pom.xml b/pom.xml
index e07ce7cad9d..4b6c546b84b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
         <jboss-logging.version>3.2.1.Final</jboss-logging.version>
         <seata.version>2.3.0</seata.version>
         
-        <netty.version>4.1.112.Final</netty.version>
+        <netty.version>4.1.121.Final</netty.version>
         <bouncycastle.version>1.78.1</bouncycastle.version>
         
         <curator.version>5.7.0</curator.version>

Reply via email to