Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50474][BUILD] Upgrade checkstyle to 10.20.2
### What changes were proposed in this pull request? This pr upgrades `checkstyle` from version 10.20.0 to 10.20.2, and simultaneously updates the Guava library used by `checkstyle` in `project/plugins.sbt` to version `33.3.1-jre`. This is due to the fact https://github.com/checkstyle/checkstyle/blob/checkstyle-10.20.2/pom.xml#L291-L301 ![image](https://github.com/user-attachments/assets/903c02c1-fd07-4efe-8e13-8bdfd479be03) ### Why are the changes needed? The new version will bring some bug fixes: - https://checkstyle.org/releasenotes.html#Release_10.20.1 - https://checkstyle.org/releasenotes.html#Release_10.20.2 ### Does this PR introduce _any_ user-facing change? No, dev only ### How was this patch tested? Manually by: ``` ./dev/lint-java ``` ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#49040 from LuciferYang/checkstyle-10.20.2. Authored-by: yangjie01 <[email protected]> Signed-off-by: yangjie01 <[email protected]>
- Loading branch information