frankvicky commented on code in PR #17373: URL: https://github.com/apache/kafka/pull/17373#discussion_r1814233350
########## gradle/dependencies.gradle: ########## @@ -152,7 +152,9 @@ versions += [ // Also make sure the compression levels in org.apache.kafka.common.record.CompressionType are still valid zstd: "1.5.6-6", junitPlatform: "1.10.2", - hdrHistogram: "2.2.2" + hdrHistogram: "2.2.2", + log4j2: "2.24.1", Review Comment: I have opened a PR for it #17588 -- 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]
