This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.3 by this push: new d4aa14de755 [fix][sec] Upgrade Avro to 1.11.4 to address CVE-2024-47561 (#23394) d4aa14de755 is described below commit d4aa14de755416f8573e33b61ebdccef5b60d5fd Author: Lari Hotari <lhot...@users.noreply.github.com> AuthorDate: Fri Oct 4 02:15:47 2024 +0300 [fix][sec] Upgrade Avro to 1.11.4 to address CVE-2024-47561 (#23394) --- distribution/server/src/assemble/LICENSE.bin.txt | 4 ++-- distribution/shell/src/assemble/LICENSE.bin.txt | 4 ++-- pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt index 076676a2b4d..cc8407b155c 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -460,8 +460,8 @@ The Apache Software License, Version 2.0 * zt-zip - org.zeroturnaround-zt-zip-1.17.jar * Apache Avro - - org.apache.avro-avro-1.11.3.jar - - org.apache.avro-avro-protobuf-1.11.3.jar + - org.apache.avro-avro-1.11.4.jar + - org.apache.avro-avro-protobuf-1.11.4.jar * Apache Curator - org.apache.curator-curator-client-5.1.0.jar - org.apache.curator-curator-framework-5.1.0.jar diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt b/distribution/shell/src/assemble/LICENSE.bin.txt index f0e1a2005f2..75c983ab4d2 100644 --- a/distribution/shell/src/assemble/LICENSE.bin.txt +++ b/distribution/shell/src/assemble/LICENSE.bin.txt @@ -414,8 +414,8 @@ The Apache Software License, Version 2.0 * Google Error Prone Annotations - error_prone_annotations-2.24.0.jar * Javassist -- javassist-3.25.0-GA.jar * Apache Avro - - avro-1.11.3.jar - - avro-protobuf-1.11.3.jar + - avro-1.11.4.jar + - avro-protobuf-1.11.4.jar * Spotify completable-futures -- completable-futures-0.3.6.jar BSD 3-clause "New" or "Revised" License diff --git a/pom.xml b/pom.xml index 512729fae1b..61383675bbe 100644 --- a/pom.xml +++ b/pom.xml @@ -184,7 +184,7 @@ flexible messaging model and an intuitive client API.</description> <kafka-client.version>3.4.0</kafka-client.version> <rabbitmq-client.version>5.18.0</rabbitmq-client.version> <aws-sdk.version>1.12.638</aws-sdk.version> - <avro.version>1.11.3</avro.version> + <avro.version>1.11.4</avro.version> <joda.version>2.10.10</joda.version> <jclouds.version>2.6.0</jclouds.version> <guice.version>5.1.0</guice.version>