This is an automated email from the ASF dual-hosted git repository.

merlimat 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 04a68f3c5f3 [improve][misc] Upgrade Caffeine to 3.2.4 (#25663)
04a68f3c5f3 is described below

commit 04a68f3c5f3fe2348b6eb1ba2a8a9bbe04aa37c5
Author: Lari Hotari <[email protected]>
AuthorDate: Tue May 5 00:08:03 2026 +0300

    [improve][misc] Upgrade Caffeine to 3.2.4 (#25663)
---
 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 664eacf507e..b2e4b2db991 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.21.2.jar
      - com.fasterxml.jackson.datatype-jackson-datatype-jsr310-2.21.2.jar
      - com.fasterxml.jackson.module-jackson-module-parameter-names-2.21.2.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
  * Proto Google Common Protos -- 
com.google.api.grpc-proto-google-common-protos-2.59.2.jar
  * Bitbucket -- org.bitbucket.b_c-jose4j-0.9.6.jar
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt 
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 4a92807f73b..a0dcd1176a4 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.21.2.jar
      - jackson-datatype-jsr310-2.21.2.jar
      - jackson-module-parameter-names-2.21.2.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/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 198200aafe8..a367ae34727 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -82,7 +82,7 @@ opencensus = "0.28.0"
 opentelemetry-gcp-resources = "1.48.0-alpha"
 # Data structures / Utils
 guava = "33.4.8-jre"
-caffeine = "3.2.3"
+caffeine = "3.2.4"
 jctools = "4.0.5"
 roaringbitmap = "1.6.9"
 hppc = "0.9.1"

Reply via email to