You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/11/30 09:26:50 UTC

[flink-shaded] branch master updated: [FLINK-25016] Upgrade Netty to 4.1.70

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new aa416e6  [FLINK-25016] Upgrade Netty to 4.1.70
aa416e6 is described below

commit aa416e64fa400d946e135f322b17473e15a10bd0
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Nov 23 13:26:55 2021 +0100

    [FLINK-25016] Upgrade Netty to 4.1.70
---
 .../src/main/resources/META-INF/NOTICE             | 34 +++++++++++++++++++++-
 flink-shaded-netty-tcnative-dynamic/pom.xml        |  2 +-
 .../src/main/resources/META-INF/NOTICE             |  2 +-
 flink-shaded-netty-tcnative-static/pom.xml         |  2 +-
 .../src/main/resources/META-INF/NOTICE             |  2 +-
 pom.xml                                            |  2 +-
 6 files changed, 38 insertions(+), 6 deletions(-)

diff --git a/flink-shaded-netty-4/src/main/resources/META-INF/NOTICE b/flink-shaded-netty-4/src/main/resources/META-INF/NOTICE
index 2bbdc2f..eeeb18b 100644
--- a/flink-shaded-netty-4/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-netty-4/src/main/resources/META-INF/NOTICE
@@ -6,4 +6,36 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- io.netty:netty-all:4.1.65.Final
+- io.netty:netty-all:4.1.70.Final
+- io.netty:netty-buffer:4.1.70.Final
+- io.netty:netty-codec:4.1.70.Final
+- io.netty:netty-codec-dns:4.1.70.Final
+- io.netty:netty-codec-haproxy:4.1.70.Final
+- io.netty:netty-codec-http:4.1.70.Final
+- io.netty:netty-codec-http2:4.1.70.Final
+- io.netty:netty-codec-memcache:4.1.70.Final
+- io.netty:netty-codec-mqtt:4.1.70.Final
+- io.netty:netty-codec-redis:4.1.70.Final
+- io.netty:netty-codec-smtp:4.1.70.Final
+- io.netty:netty-codec-socks:4.1.70.Final
+- io.netty:netty-codec-stomp:4.1.70.Final
+- io.netty:netty-codec-xml:4.1.70.Final
+- io.netty:netty-common:4.1.70.Final
+- io.netty:netty-handler:4.1.70.Final
+- io.netty:netty-handler-proxy:4.1.70.Final
+- io.netty:netty-resolver:4.1.70.Final
+- io.netty:netty-resolver-dns:4.1.70.Final
+- io.netty:netty-resolver-dns-classes-macos:4.1.70.Final
+- io.netty:netty-resolver-dns-native-macos:osx-x86_64:4.1.70.Final
+- io.netty:netty-resolver-dns-native-macos:osx-aarch_64:4.1.70.Final
+- io.netty:netty-transport:4.1.70.Final
+- io.netty:netty-transport-classes-epoll:4.1.70.Final
+- io.netty:netty-transport-classes-kqueue:4.1.70.Final
+- io.netty:netty-transport-native-epoll:linux-x86_64:4.1.70.Final
+- io.netty:netty-transport-native-epoll:linux-aarch_64:4.1.70.Final
+- io.netty:netty-transport-native-kqueue:osx-x86_64:4.1.70.Final
+- io.netty:netty-transport-native-kqueue:osx-aarch_64:4.1.70.Final
+- io.netty:netty-transport-native-unix-common:4.1.70.Final
+- io.netty:netty-transport-rxtx:4.1.70.Final
+- io.netty:netty-transport-sctp:4.1.70.Final
+- io.netty:netty-transport-udt:4.1.70.Final
\ No newline at end of file
diff --git a/flink-shaded-netty-tcnative-dynamic/pom.xml b/flink-shaded-netty-tcnative-dynamic/pom.xml
index 86d004c..a388c1e 100644
--- a/flink-shaded-netty-tcnative-dynamic/pom.xml
+++ b/flink-shaded-netty-tcnative-dynamic/pom.xml
@@ -35,7 +35,7 @@ under the License.
 
     <properties>
         <!-- This is based on the "tcnative.version" property in the netty root pom-->
-        <netty.tcnative.version>2.0.39.Final</netty.tcnative.version>
+        <netty.tcnative.version>2.0.44.Final</netty.tcnative.version>
     </properties>
 
     <dependencies>
diff --git a/flink-shaded-netty-tcnative-dynamic/src/main/resources/META-INF/NOTICE b/flink-shaded-netty-tcnative-dynamic/src/main/resources/META-INF/NOTICE
index d10ef04..bf35481 100644
--- a/flink-shaded-netty-tcnative-dynamic/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-netty-tcnative-dynamic/src/main/resources/META-INF/NOTICE
@@ -6,4 +6,4 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- io.netty:netty-tcnative:2.0.39.Final
+- io.netty:netty-tcnative:2.0.44.Final
diff --git a/flink-shaded-netty-tcnative-static/pom.xml b/flink-shaded-netty-tcnative-static/pom.xml
index 6096e4c..5e91285 100644
--- a/flink-shaded-netty-tcnative-static/pom.xml
+++ b/flink-shaded-netty-tcnative-static/pom.xml
@@ -35,7 +35,7 @@ under the License.
 
     <properties>
         <!-- This is based on the "tcnative.version" property in the netty root pom-->
-        <netty.tcnative.version>2.0.39.Final</netty.tcnative.version>
+        <netty.tcnative.version>2.0.44.Final</netty.tcnative.version>
     </properties>
 
     <dependencies>
diff --git a/flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE b/flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE
index ee4b26e..b8c76aa 100644
--- a/flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE
@@ -6,7 +6,7 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- io.netty:netty-tcnative-boringssl-static:2.0.39.Final
+- io.netty:netty-tcnative-boringssl-static:2.0.44.Final
 
 This project bundles the following dependencies under the OpenSSL license.
 See bundled license files for details.
diff --git a/pom.xml b/pom.xml
index a5acf77..50277b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@ under the License.
 
     <properties>
         <shading.prefix>org.apache.flink.shaded</shading.prefix>
-        <netty.version>4.1.65.Final</netty.version>
+        <netty.version>4.1.70.Final</netty.version>
     </properties>
 
     <modules>