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

mimaison pushed a commit to branch 3.6
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.6 by this push:
     new eade5b87775 KAFKA-15498: upgrade to snappy 1.1.10.5 (#14458)
eade5b87775 is described below

commit eade5b877759aabf9efec711bf3c0a0791982230
Author: Luke Chen <[email protected]>
AuthorDate: Mon Oct 2 19:39:41 2023 +0800

    KAFKA-15498: upgrade to snappy 1.1.10.5 (#14458)
    
    Release notes - https://github.com/xerial/snappy-java/releases/tag/v1.1.10.5
    
    This release contains adds support for Windows ARM and fixes some 
dependencies associated with Linux ppc64.
    
    Reviewers: Josep Prat <[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 5a0642b4d94..48f4663b440 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -261,7 +261,7 @@ scala-library-2.13.11
 scala-logging_2.13-3.9.4
 scala-reflect-2.13.11
 scala-java8-compat_2.13-1.0.2
-snappy-java-1.1.10.4
+snappy-java-1.1.10.5
 swagger-annotations-2.2.8
 zookeeper-3.8.2
 zookeeper-jute-3.8.2
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 6994f994e43..6141a0cf8f6 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -142,7 +142,7 @@ versions += [
   scalaJava8Compat : "1.0.2",
   scoverage: "1.9.3",
   slf4j: "1.7.36",
-  snappy: "1.1.10.4",
+  snappy: "1.1.10.5",
   spotbugs: "4.7.3",
   // New version of Swagger 2.2.14 requires minimum JDK 11.
   swaggerAnnotations: "2.2.8",

Reply via email to