This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 1d2fc73f2f3 [fix][sec] Upgrade Avro to 1.11.4 to address CVE-2024-47561 (#23394) 1d2fc73f2f3 is described below commit 1d2fc73f2f327bc300e934a7555840a8c0f88faa 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 a0047b65e05..77239a4e3ff 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -450,8 +450,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 2e218f08a0b..353db308dfa 100644 --- a/distribution/shell/src/assemble/LICENSE.bin.txt +++ b/distribution/shell/src/assemble/LICENSE.bin.txt @@ -411,8 +411,8 @@ The Apache Software License, Version 2.0 * Google Error Prone Annotations - error_prone_annotations-2.5.1.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 16b6c370301..1f109f10e86 100644 --- a/pom.xml +++ b/pom.xml @@ -182,7 +182,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>