see-quick commented on code in PR #21115: URL: https://github.com/apache/kafka/pull/21115#discussion_r2606525524
########## 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: I see error: ``` The following libs (from ./libs) are missing in the LICENSE file. These should be added to the LICENSE-binary file: - plexus-utils-3.6.0 The following entries are in the LICENSE file but not present in ./libs. These should be removed from the LICENSE-binary file: - plexus-utils-3.5.1 ``` Should I also bump the `plexus-utils` to 3.6.0? -- 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]
