This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2703b64c4cc MINOR: Update zstd-jni to 1.5.6-5 (#17151)
2703b64c4cc is described below
commit 2703b64c4ccf9ba463cac58ff922757741a3af92
Author: Oleg Bonar <[email protected]>
AuthorDate: Thu Sep 12 17:47:32 2024 +0200
MINOR: Update zstd-jni to 1.5.6-5 (#17151)
Reviewers: Mickael Maison <[email protected]>
---
LICENSE-binary | 2 +-
docker/native/native-image-configs/resource-config.json | 4 ++--
gradle/dependencies.gradle | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index 43d019a8b48..8da88bb00d4 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -327,7 +327,7 @@ pcollections-4.0.1, see: licenses/pcollections-MIT
---------------------------------------
BSD 2-Clause
-zstd-jni-1.5.6-4 see: licenses/zstd-jni-BSD-2-clause
+zstd-jni-1.5.6-5 see: licenses/zstd-jni-BSD-2-clause
---------------------------------------
BSD 3-Clause
diff --git a/docker/native/native-image-configs/resource-config.json
b/docker/native/native-image-configs/resource-config.json
index 324d979e8db..fb9951f8256 100644
--- a/docker/native/native-image-configs/resource-config.json
+++ b/docker/native/native-image-configs/resource-config.json
@@ -25,9 +25,9 @@
}, {
"pattern":"\\Qkafka/kafka-version.properties\\E"
}, {
- "pattern":"\\Qlinux/amd64/libzstd-jni-1.5.6-4.so\\E"
+ "pattern":"\\Qlinux/amd64/libzstd-jni-1.5.6-5.so\\E"
}, {
- "pattern":"\\Qlinux/aarch64/libzstd-jni-1.5.6-4.so\\E"
+ "pattern":"\\Qlinux/aarch64/libzstd-jni-1.5.6-5.so\\E"
}, {
"pattern":"\\Qnet/jpountz/util/linux/amd64/liblz4-java.so\\E"
}, {
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 892c3042019..ea164d10b53 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -160,7 +160,7 @@ versions += [
zookeeper: "3.8.4",
// When updating the zstd version, please do as well in
docker/native/native-image-configs/resource-config.json
// Also make sure the compression levels in
org.apache.kafka.common.record.CompressionType are still valid
- zstd: "1.5.6-4",
+ zstd: "1.5.6-5",
junitPlatform: "1.10.2",
hdrHistogram: "2.2.2"
]