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

mimaison 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 2092153d7f7 KAFKA-14800: Bump snappy-java version to 1.1.9.1 (#13385)
2092153d7f7 is described below

commit 2092153d7f7e96b65d887816faf4ed729aca10a1
Author: Juan José Ramos <jujora...@users.noreply.github.com>
AuthorDate: Fri Mar 24 15:27:06 2023 +0000

    KAFKA-14800: Bump snappy-java version to 1.1.9.1 (#13385)
    
    
    Reviewers: Mickael Maison <mickael.mai...@gmail.com>, Divij Vaidya 
<di...@amazon.com>
---
 gradle/dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 5650a0f18a0..b3308b6a135 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -120,7 +120,7 @@ versions += [
   scalaJava8Compat : "1.0.2",
   scoverage: "1.4.11",
   slf4j: "1.7.36",
-  snappy: "1.1.8.4",
+  snappy: "1.1.9.1",
   spotbugs: "4.7.3",
   swaggerAnnotations: "2.2.8",
   swaggerJaxrs2: "2.2.8",

Reply via email to