This is an automated email from the ASF dual-hosted git repository.
lhotari 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 26f95a46a8b [fix][sec][branch-3.0] Upgrade avro to 1.11.5 to address
CVE-2025-33042 (#24993)
26f95a46a8b is described below
commit 26f95a46a8b69148b87f304472f59c366168cc07
Author: Lari Hotari <[email protected]>
AuthorDate: Mon May 18 09:08:46 2026 +0300
[fix][sec][branch-3.0] Upgrade avro to 1.11.5 to address CVE-2025-33042
(#24993)
---
distribution/server/src/assemble/LICENSE.bin.txt | 4 ++--
distribution/shell/src/assemble/LICENSE.bin.txt | 4 ++--
pom.xml | 4 +++-
pulsar-sql/presto-distribution/LICENSE | 4 ++--
4 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index 47422ad2666..4788ebfe9a4 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.4.jar
- - org.apache.avro-avro-protobuf-1.11.4.jar
+ - org.apache.avro-avro-1.11.5.jar
+ - org.apache.avro-avro-protobuf-1.11.5.jar
* Apache Curator
- org.apache.curator-curator-client-5.7.1.jar
- org.apache.curator-curator-framework-5.7.1.jar
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 4b7dd91bbe9..7a5e6d6ee47 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.4.jar
- - avro-protobuf-1.11.4.jar
+ - avro-1.11.5.jar
+ - avro-protobuf-1.11.5.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 b06ba7243b4..5157d755e52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@ flexible messaging model and an intuitive client
API.</description>
<rabbitmq-client.version>5.18.0</rabbitmq-client.version>
<aws-sdk.version>1.12.788</aws-sdk.version>
<aws-sdk2.version>2.32.28</aws-sdk2.version>
- <avro.version>1.11.4</avro.version>
+ <avro.version>1.11.5</avro.version>
<joda.version>2.10.10</joda.version>
<jclouds.version>2.6.0</jclouds.version>
<guice.version>5.1.0</guice.version>
@@ -1743,6 +1743,8 @@ flexible messaging model and an intuitive client
API.</description>
<testRetryCount>${testRetryCount}</testRetryCount>
<testFailFast>${testFailFast}</testFailFast>
<testFailFastFile>${testFailFastFile}</testFailFastFile>
+ <!-- See https://github.com/apache/avro/pull/3376 -->
+
<org.apache.avro.SERIALIZABLE_CLASSES>java.math.BigDecimal,java.math.BigInteger,java.net.URI,java.net.URL,java.io.File,java.lang.Integer</org.apache.avro.SERIALIZABLE_CLASSES>
</systemPropertyVariables>
<properties>
<property>
diff --git a/pulsar-sql/presto-distribution/LICENSE
b/pulsar-sql/presto-distribution/LICENSE
index 4f6d9955f22..fd621a58c91 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -366,8 +366,8 @@ The Apache Software License, Version 2.0
* OpenCSV
- opencsv-2.3.jar
* Avro
- - avro-1.11.4.jar
- - avro-protobuf-1.11.4.jar
+ - avro-1.11.5.jar
+ - avro-protobuf-1.11.5.jar
* Caffeine
- caffeine-2.9.1.jar
* Javax