chia7712 commented on code in PR #17483: URL: https://github.com/apache/kafka/pull/17483#discussion_r1800487655
########## build.gradle: ########## @@ -39,10 +39,7 @@ plugins { id 'org.nosphere.apache.rat' version "0.8.1" id "io.swagger.core.v3.swagger-gradle-plugin" version "${swaggerVersion}" - // When updating the spotbugs gradle plugin, check if it already - // includes spotbugs version 4.7.4, in which case CVE-2022-42920 can - // be dropped from gradle/resources/dependencycheck-suppressions.xml - id "com.github.spotbugs" version '5.1.3' apply false + id "com.github.spotbugs" version '6.0.24' apply false Review Comment: Could you please use the latest version `6.0.25`? -- 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