mimaison commented on code in PR #23161: URL: https://github.com/apache/kafka/pull/23161#discussion_r3783305493
########## 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.11.1", + lz4: "1.11.2", Review Comment: Confirmed this release does not change compression levels -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
