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

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


The following commit(s) were added to refs/heads/master by this push:
     new c488adfbcdc [FLINK-33331] Update netty to 4.1.100 and arrow to 13.0.0
c488adfbcdc is described below

commit c488adfbcdca30320b8721c028f9289f1563ae05
Author: Sergey Nuyanzin <snuyan...@gmail.com>
AuthorDate: Sun Nov 12 15:26:43 2023 +0100

    [FLINK-33331] Update netty to 4.1.100 and arrow to 13.0.0
---
 flink-python/pom.xml                            |  2 +-
 flink-python/src/main/resources/META-INF/NOTICE | 12 ++++++------
 pom.xml                                         |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/flink-python/pom.xml b/flink-python/pom.xml
index d13c84e3a12..55b89dfb557 100644
--- a/flink-python/pom.xml
+++ b/flink-python/pom.xml
@@ -34,7 +34,7 @@ under the License.
        <packaging>jar</packaging>
 
        <properties>
-               <arrow.version>5.0.0</arrow.version>
+               <arrow.version>13.0.0</arrow.version>
                <kafka.version>3.2.3</kafka.version>
                <surefire.module.config><!--
                        CommonTestUtils#setEnv
diff --git a/flink-python/src/main/resources/META-INF/NOTICE 
b/flink-python/src/main/resources/META-INF/NOTICE
index c6368e50901..0bb8bc174cb 100644
--- a/flink-python/src/main/resources/META-INF/NOTICE
+++ b/flink-python/src/main/resources/META-INF/NOTICE
@@ -10,13 +10,13 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - com.fasterxml.jackson.core:jackson-core:2.14.3
 - com.fasterxml.jackson.core:jackson-databind:2.14.3
 - com.google.flatbuffers:flatbuffers-java:1.12.0
-- io.netty:netty-buffer:4.1.70.Final
-- io.netty:netty-common:4.1.70.Final
+- io.netty:netty-buffer:4.1.100.Final
+- io.netty:netty-common:4.1.100.Final
 - joda-time:joda-time:2.5
-- org.apache.arrow:arrow-format:5.0.0
-- org.apache.arrow:arrow-memory-core:5.0.0
-- org.apache.arrow:arrow-memory-netty:5.0.0
-- org.apache.arrow:arrow-vector:5.0.0
+- org.apache.arrow:arrow-format:13.0.0
+- org.apache.arrow:arrow-memory-core:13.0.0
+- org.apache.arrow:arrow-memory-netty:13.0.0
+- org.apache.arrow:arrow-vector:13.0.0
 - org.apache.beam:beam-model-fn-execution:2.43.0
 - org.apache.beam:beam-model-job-management:2.43.0
 - org.apache.beam:beam-model-pipeline:2.43.0
diff --git a/pom.xml b/pom.xml
index dedac06e23e..f11f0716503 100644
--- a/pom.xml
+++ b/pom.xml
@@ -888,7 +888,7 @@ under the License.
                        <dependency>
                                <groupId>io.netty</groupId>
                                <artifactId>netty-bom</artifactId>
-                               <version>4.1.70.Final</version>
+                               <version>4.1.100.Final</version>
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>

Reply via email to