This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.1 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit e9a9e3b9c2375f5c2bc1f678aa097f0f724c15a0 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 5a3ab2961b0..c37ddcc164f 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 65d2f77d7f2..9ac0ec6d7a5 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 e33cdd83beb..8e40dc3e1c1 100644 --- a/pom.xml +++ b/pom.xml @@ -271,7 +271,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>
