You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2020/10/21 12:50:16 UTC

[kafka] branch 2.7 updated: MINOR: Fix JDK8 compatibility issue in Snappy (#9460)

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

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


The following commit(s) were added to refs/heads/2.7 by this push:
     new de22b86  MINOR: Fix JDK8 compatibility issue in Snappy (#9460)
de22b86 is described below

commit de22b86f5ccd2a36326573191df40a94a7ccd43d
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Tue Oct 20 20:38:24 2020 -0700

    MINOR: Fix JDK8 compatibility issue in Snappy (#9460)
    
    See https://github.com/xerial/snappy-java/releases/tag/1.1.7.7 for more details.
    
    Reviewers: Manikumar Reddy <ma...@gmail.com>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index af8cdc8..1eacff9 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -109,7 +109,7 @@ versions += [
   scoveragePlugin: "4.0.2",
   shadowPlugin: "6.0.0",
   slf4j: "1.7.30",
-  snappy: "1.1.7.6",
+  snappy: "1.1.7.7",
   spotbugs: "4.0.6",
   spotbugsPlugin: "4.4.4",
   spotlessPlugin: "5.1.0",