You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jo...@apache.org on 2023/05/31 21:50:48 UTC

[kafka] branch 3.5 updated: Upgrade to snappy v1.1.10.0 (#13786)

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

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


The following commit(s) were added to refs/heads/3.5 by this push:
     new c5ac93dcd28 Upgrade to snappy v1.1.10.0 (#13786)
c5ac93dcd28 is described below

commit c5ac93dcd289ae09c1dded597fed367616188078
Author: David Mao <47...@users.noreply.github.com>
AuthorDate: Wed May 31 14:46:00 2023 -0700

    Upgrade to snappy v1.1.10.0 (#13786)
    
    Snappy v1.1.9.1 has some issues around arm compatibility and glibc library versions shipped by default with certain OS distributions. Snappy v1.1.10.0 uses a glibc LTS version, see: xerial/snappy-java#417 xerial/snappy-java#440
    
    Reviewers: Justine Olshan <jo...@confluent.io>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 8e798d3848f..65ae92c282b 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -120,7 +120,7 @@ versions += [
   scalaJava8Compat : "1.0.2",
   scoverage: "1.9.3",
   slf4j: "1.7.36",
-  snappy: "1.1.9.1",
+  snappy: "1.1.10.0",
   spotbugs: "4.7.3",
   swaggerAnnotations: "2.2.8",
   swaggerJaxrs2: "2.2.8",