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 f55a280dc8f [FLINK-39542] Upgrade avro to 1.11.5
f55a280dc8f is described below

commit f55a280dc8ff44ad81ef56a94b9faac528f25fe0
Author: Samrat <[email protected]>
AuthorDate: Tue Apr 28 02:48:02 2026 +0530

    [FLINK-39542] Upgrade avro to 1.11.5
---
 .../src/main/resources/META-INF/NOTICE                                  | 2 +-
 flink-formats/flink-sql-avro/src/main/resources/META-INF/NOTICE         | 2 +-
 pom.xml                                                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/flink-formats/flink-sql-avro-confluent-registry/src/main/resources/META-INF/NOTICE
 
b/flink-formats/flink-sql-avro-confluent-registry/src/main/resources/META-INF/NOTICE
index 9922d753a9e..57225c7f34b 100644
--- 
a/flink-formats/flink-sql-avro-confluent-registry/src/main/resources/META-INF/NOTICE
+++ 
b/flink-formats/flink-sql-avro-confluent-registry/src/main/resources/META-INF/NOTICE
@@ -13,7 +13,7 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - commons-io:commons-io:2.15.1
 - io.confluent:common-utils:7.5.3
 - io.confluent:kafka-schema-registry-client:7.5.3
-- org.apache.avro:avro:1.11.4
+- org.apache.avro:avro:1.11.5
 - org.apache.commons:commons-compress:1.26.0
 - org.apache.commons:commons-lang3:3.18.0
 - org.apache.kafka:kafka-clients:7.5.3-ccs
diff --git a/flink-formats/flink-sql-avro/src/main/resources/META-INF/NOTICE 
b/flink-formats/flink-sql-avro/src/main/resources/META-INF/NOTICE
index 0456a35a671..1b3f44eb446 100644
--- a/flink-formats/flink-sql-avro/src/main/resources/META-INF/NOTICE
+++ b/flink-formats/flink-sql-avro/src/main/resources/META-INF/NOTICE
@@ -6,7 +6,7 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software 
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- org.apache.avro:avro:1.11.4
+- org.apache.avro:avro:1.11.5
 - com.fasterxml.jackson.core:jackson-core:2.20.1
 - com.fasterxml.jackson.core:jackson-databind:2.20.1
 - com.fasterxml.jackson.core:jackson-annotations:2.20
diff --git a/pom.xml b/pom.xml
index 14b17776c9c..456a1d7b98e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@ under the License.
                <!-- Project `flink-benchmarks` uses zk testing server in 
`curator-test` for performance
                benchmark, please confirm it will not affect the benchmarks 
when the version is bumped. -->
                <curator.version>5.4.0</curator.version>
-               <avro.version>1.11.4</avro.version>
+               <avro.version>1.11.5</avro.version>
                <!-- Version for transitive Jackson dependencies that are not 
used within Flink itself.-->
                
<jackson.mapper.asl.version>1.9.14.jdk17-redhat-00001</jackson.mapper.asl.version>
                <jackson-bom.version>2.20.1</jackson-bom.version>

Reply via email to