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

zixuan 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 15e198a751c [improve] Upgrade Caffeine to 3.2.3 (#24984)
15e198a751c is described below

commit 15e198a751c772120f7d3da5c5985220391ca588
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Nov 14 17:20:09 2025 +0200

    [improve] Upgrade Caffeine to 3.2.3 (#24984)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
 pom.xml                                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 98d63ad4956..dcb3eeec124 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.17.2.jar
      - com.fasterxml.jackson.datatype-jackson-datatype-jsr310-2.17.2.jar
      - com.fasterxml.jackson.module-jackson-module-parameter-names-2.17.2.jar
- * Caffeine -- com.github.ben-manes.caffeine-caffeine-3.2.1.jar
+ * Caffeine -- com.github.ben-manes.caffeine-caffeine-3.2.3.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/pom.xml b/pom.xml
index 1ff0595a190..127fa21a2e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,7 +269,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.1</caffeine.version>
+    <caffeine.version>3.2.3</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>

Reply via email to