Skip to content

Commit 1cb4542

Browse files
committed
[FLINK-39283][Formats/avro] Upgrade org.apache.avro:avro to 1.12.1
1 parent 14d9e6b commit 1cb4542

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

flink-formats/flink-sql-avro-confluent-registry/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project bundles the following dependencies under the Apache Software Licens
1313
- commons-io:commons-io:2.15.1
1414
- io.confluent:common-utils:7.5.3
1515
- io.confluent:kafka-schema-registry-client:7.5.3
16-
- org.apache.avro:avro:1.11.4
16+
- org.apache.avro:avro:1.12.1
1717
- org.apache.commons:commons-compress:1.26.0
1818
- org.apache.commons:commons-lang3:3.18.0
1919
- org.apache.kafka:kafka-clients:7.5.3-ccs

flink-formats/flink-sql-avro/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Apache Software Foundation (http://www.apache.org/).
66

77
This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
88

9-
- org.apache.avro:avro:1.11.4
9+
- org.apache.avro:avro:1.12.1
1010
- com.fasterxml.jackson.core:jackson-core:2.20.1
1111
- com.fasterxml.jackson.core:jackson-databind:2.20.1
1212
- com.fasterxml.jackson.core:jackson-annotations:2.20

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ under the License.
148148
<!-- Project `flink-benchmarks` uses zk testing server in `curator-test` for performance
149149
benchmark, please confirm it will not affect the benchmarks when the version is bumped. -->
150150
<curator.version>5.4.0</curator.version>
151-
<avro.version>1.11.4</avro.version>
151+
<avro.version>1.12.3</avro.version>
152152
<!-- Version for transitive Jackson dependencies that are not used within Flink itself.-->
153153
<jackson.mapper.asl.version>1.9.14.jdk17-redhat-00001</jackson.mapper.asl.version>
154154
<jackson-bom.version>2.20.1</jackson-bom.version>

0 commit comments

Comments
 (0)