This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new d711f3d2ecb [improve][misc] Upgrade Guava to 33.6.0 (#25970)
d711f3d2ecb is described below
commit d711f3d2ecbf3859e5b7892b3ee2e8db583722e6
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Jun 8 20:37:31 2026 +0300
[improve][misc] Upgrade Guava to 33.6.0 (#25970)
---
distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
distribution/shell/src/assemble/LICENSE.bin.txt | 2 +-
gradle/libs.versions.toml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index daba0f2cfd6..a08f2b20906 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -268,7 +268,7 @@ The Apache Software License, Version 2.0
- com.google.code.gson-gson-2.13.2.jar
- io.gsonfire-gson-fire-1.9.0.jar
* Guava
- - com.google.guava-guava-33.4.8-jre.jar
+ - com.google.guava-guava-33.6.0-jre.jar
- com.google.guava-failureaccess-1.0.3.jar
-
com.google.guava-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
* J2ObjC Annotations -- com.google.j2objc-j2objc-annotations-1.3.jar
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 13f74163326..163805750c9 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -329,7 +329,7 @@ The Apache Software License, Version 2.0
* Gson
- gson-2.13.2.jar
* Guava
- - guava-33.4.8-jre.jar
+ - guava-33.6.0-jre.jar
- failureaccess-1.0.3.jar
- listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
* J2ObjC Annotations -- j2objc-annotations-1.3.jar
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 77337521a15..b9416d25a4c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -81,7 +81,7 @@ j2objc-annotations = "1.3"
opencensus = "0.28.0"
opentelemetry-gcp-resources = "1.57.0-alpha"
# Data structures / Utils
-guava = "33.4.8-jre"
+guava = "33.6.0-jre"
caffeine = "3.2.4"
jctools = "4.0.6"
roaringbitmap = "1.6.9"