This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-4.2 by this push:
new f5a6a763110 [improve][misc] Upgrade Caffeine to 3.2.4 (#25663)
f5a6a763110 is described below
commit f5a6a7631101326b59cd224aed0b1ac4820d7e75
Author: Lari Hotari <[email protected]>
AuthorDate: Tue May 5 00:08:03 2026 +0300
[improve][misc] Upgrade Caffeine to 3.2.4 (#25663)
(cherry picked from commit 04a68f3c5f3fe2348b6eb1ba2a8a9bbe04aa37c5)
---
distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
distribution/shell/src/assemble/LICENSE.bin.txt | 2 +-
pom.xml | 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 c18f4667487..ee62c314c71 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -260,7 +260,7 @@ The Apache Software License, Version 2.0
- com.fasterxml.jackson.datatype-jackson-datatype-jdk8-2.18.6.jar
- com.fasterxml.jackson.datatype-jackson-datatype-jsr310-2.18.6.jar
- com.fasterxml.jackson.module-jackson-module-parameter-names-2.18.6.jar
- * Caffeine -- com.github.ben-manes.caffeine-caffeine-3.2.3.jar
+ * Caffeine -- com.github.ben-manes.caffeine-caffeine-3.2.4.jar
* Conscrypt -- org.conscrypt-conscrypt-openjdk-uber-2.5.2.jar
* Fastutil -- it.unimi.dsi-fastutil-8.5.16.jar
* Proto Google Common Protos --
com.google.api.grpc-proto-google-common-protos-2.59.2.jar
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 38de80b932c..86c567c8287 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -324,7 +324,7 @@ The Apache Software License, Version 2.0
- jackson-datatype-jdk8-2.18.6.jar
- jackson-datatype-jsr310-2.18.6.jar
- jackson-module-parameter-names-2.18.6.jar
- * Caffeine -- caffeine-3.2.3.jar
+ * Caffeine -- caffeine-3.2.4.jar
* Conscrypt -- conscrypt-openjdk-uber-2.5.2.jar
* Gson
- gson-2.13.2.jar
diff --git a/pom.xml b/pom.xml
index 06c73396ebf..8b244dbe90c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@ flexible messaging model and an intuitive client
API.</description>
<jakarta.ws.rs-api.version>2.1.6</jakarta.ws.rs-api.version>
<hdrHistogram.version>2.1.9</hdrHistogram.version>
<javax.servlet-api>3.1.0</javax.servlet-api>
- <caffeine.version>3.2.3</caffeine.version>
+ <caffeine.version>3.2.4</caffeine.version>
<java-semver.version>0.9.0</java-semver.version>
<jline.version>2.14.6</jline.version>
<jline3.version>3.21.0</jline3.version>