chia7712 commented on code in PR #21115: URL: https://github.com/apache/kafka/pull/21115#discussion_r2606457784
########## gradle/dependencies.gradle: ########## @@ -111,7 +111,7 @@ versions += [ // https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/record/CompressionType.java#L73-L74 // https://github.com/yawkat/lz4-java/blob/main/src/java/net/jpountz/lz4/LZ4Constants.java#L23-L24 lz4: "1.10.1", - mavenArtifact: "3.9.6", + mavenArtifact: "3.9.11", Review Comment: Since this version does not need the `commons-lang3` dependency, we should consider removing `commonsLang` completely -- 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]
