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 d17f85ca10a [improve][misc] Upgrade lz4-java to 1.11.0 (#25971)
d17f85ca10a is described below
commit d17f85ca10a5d17d1db3fd262d30a74f6f5e8243
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Jun 8 20:37:51 2026 +0300
[improve][misc] Upgrade lz4-java to 1.11.0 (#25971)
---
distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
gradle/libs.versions.toml | 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 a08f2b20906..75b33af3793 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -380,7 +380,7 @@ The Apache Software License, Version 2.0
- org.apache.bookkeeper-bookkeeper-slogger-api-4.17.3.jar
- org.apache.bookkeeper-bookkeeper-slogger-slf4j-4.17.3.jar
- org.apache.bookkeeper-native-io-4.17.3.jar
- - at.yawk.lz4-lz4-java-1.10.3.jar
+ - at.yawk.lz4-lz4-java-1.11.0.jar
* Apache HTTP Client
- org.apache.httpcomponents-httpclient-4.5.14.jar
- org.apache.httpcomponents-httpcore-4.4.16.jar
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index b9416d25a4c..23e8b078089 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -168,7 +168,7 @@ restassured = "5.4.0"
skyscreamer = "1.5.0"
# misc
zstd-jni = "1.5.7-3"
-lz4java = "1.10.3"
+lz4java = "1.11.0"
spring = "6.2.12"
kubernetesclient = "26.0.0"
aws-sdk = "1.12.788"