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

divijv 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 951a9fef9d4 MINOR: Upgrade zstd-jni to 1.5.5-6 (#14449)
951a9fef9d4 is described below

commit 951a9fef9d44fe74c613cef369589ec214f70e33
Author: Said Boudjelda <[email protected]>
AuthorDate: Tue Oct 3 13:31:20 2023 +0200

    MINOR: Upgrade zstd-jni to 1.5.5-6 (#14449)
    
    Reviewers: Divij Vaidya <[email protected]>
---
 LICENSE-binary             | 2 +-
 gradle/dependencies.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 8101ed23b05..6cd59c43889 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -318,7 +318,7 @@ pcollections-4.0.1, see: licenses/pcollections-MIT
 ---------------------------------------
 BSD 2-Clause
 
-zstd-jni-1.5.5-1 see: licenses/zstd-jni-BSD-2-clause
+zstd-jni-1.5.5-6 see: licenses/zstd-jni-BSD-2-clause
 
 ---------------------------------------
 BSD 3-Clause
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index c974e1824f1..1437f96ea13 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -163,7 +163,7 @@ versions += [
   swaggerJaxrs2: "2.2.8",
   zinc: "1.9.2",
   zookeeper: "3.8.2",
-  zstd: "1.5.5-1"
+  zstd: "1.5.5-6"
 ]
 
 libs += [

Reply via email to