Skip to content

Commit df7ef29

Browse files
committed
[SPARK-54678] Upgrade spotbugs-tool to 4.9.8 and spotbugs-plugin to 6.4.7
### What changes were proposed in this pull request? This PR aims to upgrade `spotbugs-tool` to 4.9.8 and `spotbugs-plugin` to 6.4.7. ### Why are the changes needed? To use the latest bug fixed versions: **spotbugs-plugin** - https://github.com/spotbugs/spotbugs/releases/tag/4.9.8 - https://github.com/spotbugs/spotbugs/releases/tag/4.9.7 - spotbugs/spotbugs#3727 **spotbugs-gradle-plugin** - https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.4.3 - spotbugs/spotbugs-gradle-plugin#1491 - https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.4.4 - spotbugs/spotbugs-gradle-plugin#1495 - https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.4.5 - https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.4.6 - spotbugs/spotbugs-gradle-plugin#1529 - https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.4.7 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. This patch had conflicts when merged, resolved by Committer: Dongjoon Hyun <dongjoon@apache.org> Closes #429 from dongjoon-hyun/SPARK-54678. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 26111cf commit df7ef29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ mockito = "5.21.0"
3131
# Build Analysis
3232
checkstyle = "10.23.1"
3333
pmd = "7.19.0"
34-
spotbugs-tool = "4.9.6"
35-
spotbugs-plugin = "6.4.2"
34+
spotbugs-tool = "4.9.8"
35+
spotbugs-plugin = "6.4.7"
3636
spotless-plugin = "8.1.0"
3737

3838
# Packaging

0 commit comments

Comments
 (0)