Skip to content

Commit c488adf

Browse files
authored
[FLINK-33331] Update netty to 4.1.100 and arrow to 13.0.0
1 parent 3dd9843 commit c488adf

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

flink-python/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ under the License.
3434
<packaging>jar</packaging>
3535

3636
<properties>
37-
<arrow.version>5.0.0</arrow.version>
37+
<arrow.version>13.0.0</arrow.version>
3838
<kafka.version>3.2.3</kafka.version>
3939
<surefire.module.config><!--
4040
CommonTestUtils#setEnv

flink-python/src/main/resources/META-INF/NOTICE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ This project bundles the following dependencies under the Apache Software Licens
1010
- com.fasterxml.jackson.core:jackson-core:2.14.3
1111
- com.fasterxml.jackson.core:jackson-databind:2.14.3
1212
- com.google.flatbuffers:flatbuffers-java:1.12.0
13-
- io.netty:netty-buffer:4.1.70.Final
14-
- io.netty:netty-common:4.1.70.Final
13+
- io.netty:netty-buffer:4.1.100.Final
14+
- io.netty:netty-common:4.1.100.Final
1515
- joda-time:joda-time:2.5
16-
- org.apache.arrow:arrow-format:5.0.0
17-
- org.apache.arrow:arrow-memory-core:5.0.0
18-
- org.apache.arrow:arrow-memory-netty:5.0.0
19-
- org.apache.arrow:arrow-vector:5.0.0
16+
- org.apache.arrow:arrow-format:13.0.0
17+
- org.apache.arrow:arrow-memory-core:13.0.0
18+
- org.apache.arrow:arrow-memory-netty:13.0.0
19+
- org.apache.arrow:arrow-vector:13.0.0
2020
- org.apache.beam:beam-model-fn-execution:2.43.0
2121
- org.apache.beam:beam-model-job-management:2.43.0
2222
- org.apache.beam:beam-model-pipeline:2.43.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ under the License.
888888
<dependency>
889889
<groupId>io.netty</groupId>
890890
<artifactId>netty-bom</artifactId>
891-
<version>4.1.70.Final</version>
891+
<version>4.1.100.Final</version>
892892
<type>pom</type>
893893
<scope>import</scope>
894894
</dependency>

0 commit comments

Comments
 (0)