This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.11 by this push:
new 0b39f58ee3f [fix][sec] Upgrade Avro to 1.11.4 to address
CVE-2024-47561 (#23394)
0b39f58ee3f is described below
commit 0b39f58ee3f460786906ee073d07bc7f26f27ecc
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Oct 4 02:15:47 2024 +0300
[fix][sec] Upgrade Avro to 1.11.4 to address CVE-2024-47561 (#23394)
(cherry picked from commit fad67613a4bbf5fa670bc18d7013eff3f44769a6)
---
distribution/server/src/assemble/LICENSE.bin.txt | 4 ++--
distribution/shell/src/assemble/LICENSE.bin.txt | 4 ++--
pom.xml | 2 +-
pulsar-sql/presto-distribution/LICENSE | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index c7953eb99f7..d218bb46201 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -501,8 +501,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 9104aa9b90b..2e266efafae 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -402,8 +402,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 6dd5459a206..8bead046b5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@ flexible messaging model and an intuitive client
API.</description>
<kafka-client.version>2.7.2</kafka-client.version>
<rabbitmq-client.version>5.5.3</rabbitmq-client.version>
<aws-sdk.version>1.12.262</aws-sdk.version>
- <avro.version>1.11.3</avro.version>
+ <avro.version>1.11.4</avro.version>
<joda.version>2.10.5</joda.version>
<jclouds.version>2.5.0</jclouds.version>
<guice.version>5.1.0</guice.version>
diff --git a/pulsar-sql/presto-distribution/LICENSE
b/pulsar-sql/presto-distribution/LICENSE
index 71688402a20..a40983af384 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -384,8 +384,8 @@ The Apache Software License, Version 2.0
* Apache XBean :: Reflect
- xbean-reflect-3.4.jar
* Avro
- - avro-1.11.3.jar
- - avro-protobuf-1.11.3.jar
+ - avro-1.11.4.jar
+ - avro-protobuf-1.11.4.jar
* Caffeine
- caffeine-2.9.1.jar
* Javax