chia7712 commented on code in PR #18290: URL: https://github.com/apache/kafka/pull/18290#discussion_r1899153025
########## build.gradle: ########## @@ -182,6 +194,7 @@ allprojects { // ZooKeeper (potentially older and containing CVEs) libs.nettyHandler, libs.nettyTransportNativeEpoll, + libs.slf4jApi, Review Comment: ``` spotbugsSlf4j - configuration for the SLF4J provider to run SpotBugs \--- org.slf4j:slf4j-simple:2.0.0 \--- org.slf4j:slf4j-api:2.0.0 ``` spotbugs requires the 2.x slf4j, so forcing the version can cause log issue in running spotbugs -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org