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

dannycranmer pushed a commit to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.19 by this push:
     new 37c397941a6 [FLINK-36420][Formats/Avro] Bump avro from 1.11.3 to 1.11.4
37c397941a6 is described below

commit 37c397941a61b1a32e571d94d7090860500b545b
Author: Danny Cranmer <[email protected]>
AuthorDate: Thu Oct 3 12:03:43 2024 +0100

    [FLINK-36420][Formats/Avro] Bump avro from 1.11.3 to 1.11.4
---
 .../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 61ed1e2930f..8ca220ba47b 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
@@ -14,7 +14,7 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - io.confluent:common-config:7.2.2
 - io.confluent:common-utils:7.2.2
 - io.confluent:kafka-schema-registry-client:7.2.2
-- org.apache.avro:avro:1.11.3
+- org.apache.avro:avro:1.11.4
 - org.apache.commons:commons-compress:1.26.0
 - org.apache.commons:commons-lang3:3.12.0
 - org.apache.kafka:kafka-clients:7.2.2-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 0883dc96b10..ac5c5a07b5f 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.3
+- org.apache.avro:avro:1.11.4
 - com.fasterxml.jackson.core:jackson-core:2.15.3
 - com.fasterxml.jackson.core:jackson-databind:2.15.3
 - com.fasterxml.jackson.core:jackson-annotations:2.15.3
diff --git a/pom.xml b/pom.xml
index 62201dfba29..fb260024b49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,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.3</avro.version>
+               <avro.version>1.11.4</avro.version>
                <!-- Version for transitive Jackson dependencies that are not 
used within Flink itself.-->
                <jackson-bom.version>2.15.3</jackson-bom.version>
                
<javax.activation.api.version>1.2.0</javax.activation.api.version>

Reply via email to