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.git

commit e687629a31b4637761d76c4859f8e65e370e55c2
Author: huangxingbo <[email protected]>
AuthorDate: Wed Jan 20 16:09:25 2021 +0800

    [FLINK-21019][python] Bump Netty to 4.1.46
---
 flink-python/pom.xml                            | 4 ++--
 flink-python/src/main/resources/META-INF/NOTICE | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/flink-python/pom.xml b/flink-python/pom.xml
index 4a139a0..d893664 100644
--- a/flink-python/pom.xml
+++ b/flink-python/pom.xml
@@ -158,14 +158,14 @@ under the License.
                        <!-- Bump arrow netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-buffer</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                </dependency>
 
                <dependency>
                        <!-- Bump arrow netty dependency -->
                        <groupId>io.netty</groupId>
                        <artifactId>netty-common</artifactId>
-                       <version>4.1.44.Final</version>
+                       <version>4.1.46.Final</version>
                </dependency>
 
                <!-- test dependencies -->
diff --git a/flink-python/src/main/resources/META-INF/NOTICE 
b/flink-python/src/main/resources/META-INF/NOTICE
index 2900d78..9a03366 100644
--- a/flink-python/src/main/resources/META-INF/NOTICE
+++ b/flink-python/src/main/resources/META-INF/NOTICE
@@ -10,8 +10,8 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - com.fasterxml.jackson.core:jackson-core:2.10.1
 - com.fasterxml.jackson.core:jackson-databind:2.10.1
 - com.google.flatbuffers:flatbuffers-java:1.9.0
-- io.netty:netty-buffer:4.1.44.Final
-- io.netty:netty-common:4.1.44.Final
+- io.netty:netty-buffer:4.1.46.Final
+- io.netty:netty-common:4.1.46.Final
 - joda-time:joda-time:2.5
 - org.apache.arrow:arrow-format:0.16.0
 - org.apache.arrow:arrow-memory:0.16.0

Reply via email to