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

showuon 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 ed79212fb8a MINOR: bump zstd minor version to 1.5.6-10 (#19512)
ed79212fb8a is described below

commit ed79212fb8aa85e902827bfd88ec6035577d0ffc
Author: Luke Chen <[email protected]>
AuthorDate: Mon Apr 21 15:13:41 2025 +0900

    MINOR: bump zstd minor version to 1.5.6-10 (#19512)
    
    Bump zstd minor version to 1.5.6-10.
    
    Reviewers: Chia-Ping Tsai <[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 b5ccf97fe00..6175d3ed7d4 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -306,7 +306,7 @@ MIT License
 ---------------------------------------
 BSD 2-Clause
 
-- zstd-jni-1.5.6-6, see: licenses/zstd-jni-BSD-2-clause
+- zstd-jni-1.5.6-10, see: licenses/zstd-jni-BSD-2-clause
 - HdrHistogram-2.2.2, see: licenses/hdrHistogram-BSD-2-clause
 
 ---------------------------------------
diff --git a/docker/native/native-image-configs/resource-config.json 
b/docker/native/native-image-configs/resource-config.json
index ae5bdb17391..f7832b38092 100644
--- a/docker/native/native-image-configs/resource-config.json
+++ b/docker/native/native-image-configs/resource-config.json
@@ -71,9 +71,9 @@
   }, {
     "pattern":"\\Qkafka/kafka-version.properties\\E"
   }, {
-    "pattern":"\\Qlinux/aarch64/libzstd-jni-1.5.6-6.so\\E"
+    "pattern":"\\Qlinux/aarch64/libzstd-jni-1.5.6-10.so\\E"
   }, {
-    "pattern":"\\Qlinux/amd64/libzstd-jni-1.5.6-6.so\\E"
+    "pattern":"\\Qlinux/amd64/libzstd-jni-1.5.6-10.so\\E"
   }, {
     "pattern":"\\Qlog4j2.StatusLogger.properties\\E"
   }, {
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index f6f7bd68e83..fba1023fe48 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -125,7 +125,7 @@ versions += [
   zinc: "1.9.2",
   // 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-6",
+  zstd: "1.5.6-10",
   junitPlatform: "1.10.2",
   hdrHistogram: "2.2.2"
 ]

Reply via email to