File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments