szetszwo commented on code in PR #8028:
URL: https://github.com/apache/hadoop/pull/8028#discussion_r2491446323


##########
pom.xml:
##########
@@ -119,8 +119,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/x
     <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
     <checkstyle.version>8.29</checkstyle.version>
     <dependency-check-maven.version>7.1.1</dependency-check-maven.version>
-    <spotbugs.version>4.2.2</spotbugs.version>
-    <spotbugs-maven-plugin.version>4.2.0</spotbugs-maven-plugin.version>
+    <spotbugs.version>4.8.3</spotbugs.version>

Review Comment:
   ~@slfan1989 , we probably should move back to 4.8.x?~
   
   @pan3793 , Actually, SpotBugs is build tool but not a runtime library.  One 
option is to run SpotBugs code analysis using jdk11 or above.  The runtime 
still can be built with and run with JDK8.  Would it work?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to