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

chia7712 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 ab61875188f KAFKA-20842 Bump lz4 to 1.11.1 (#22962)
ab61875188f is described below

commit ab61875188f698d9a14ffff2f262a2844f15d5dd
Author: Federico Valeri <[email protected]>
AuthorDate: Tue Jul 28 12:07:16 2026 +0200

    KAFKA-20842 Bump lz4 to 1.11.1 (#22962)
    
    Bump lz4 to 1.11.1
    
    Reviewers: Chia-Ping Tsai <[email protected]>, Ken Huang
    <[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 8bfc86ab487..937f475b934 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -242,7 +242,7 @@ License Version 2.0:
 - log4j-core-2.25.5
 - log4j-slf4j-impl-2.25.5
 - log4j-1.2-api-2.25.5
-- lz4-java-1.10.2
+- lz4-java-1.11.1
 - maven-artifact-3.9.15
 - metrics-core-2.2.0
 - opentelemetry-proto-1.3.2-alpha
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 77695958b7b..84fc2e7ffae 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -113,7 +113,7 @@ versions += [
   // When updating lz4 make sure the compression levels in 
org.apache.kafka.common.record.internal.CompressionType are still valid
   // 
https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/record/internal/CompressionType.java#L73-L74
   // 
https://github.com/yawkat/lz4-java/blob/main/src/java/net/jpountz/lz4/LZ4Constants.java#L23-L24
-  lz4: "1.10.2",
+  lz4: "1.11.1",
   mavenArtifact: "3.9.15",
   metrics: "2.2.0",
   mockito: "5.23.0",

Reply via email to