maheshrajus commented on code in PR #410: URL: https://github.com/apache/tez/pull/410#discussion_r2068155175
########## pom.xml: ########## @@ -70,7 +70,8 @@ <commons-lang.version>2.6</commons-lang.version> <clover.license>${user.home}/clover.license</clover.license> <dependency-check-maven.version>3.2.0</dependency-check-maven.version> - <findbugs-maven-plugin.version>3.0.5</findbugs-maven-plugin.version> + <spotbugs.version>4.2.2</spotbugs.version> + <spotbugs-maven-plugin.version>4.2.0</spotbugs-maven-plugin.version> Review Comment: Currently tez using jdk8. so with spotbugs 4.9.3 version facing some issues with jdk related. so moved to 4.2.2 as it is working fine with jdk8 currently. i will upgrade spotbugs to 4.9.3 once tez moves to jdk17. -- 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: issues-unsubscr...@tez.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org