see-quick commented on code in PR #21115: URL: https://github.com/apache/kafka/pull/21115#discussion_r2606551917
########## 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: Okay, I see that plexus-utils is a transitive dependency for `maven-artifact`. ``` $ ./gradlew :tools:dependencies --configuration runtimeClasspath ... | +--- org.apache.maven:maven-artifact:3.9.11 | | \--- org.codehaus.plexus:plexus-utils:3.6.0 ``` and needs to be updated... :) -- 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]
