This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new df7ef29 [SPARK-54678] Upgrade `spotbugs-tool` to 4.9.8 and
`spotbugs-plugin` to 6.4.7
df7ef29 is described below
commit df7ef29f3827b79263c589b4eda1ccee8c1717aa
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Dec 10 15:18:42 2025 -0800
[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
- https://github.com/spotbugs/spotbugs/issues/3727
**spotbugs-gradle-plugin**
- https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.4.3
- https://github.com/spotbugs/spotbugs-gradle-plugin/issues/1491
- https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.4.4
- https://github.com/spotbugs/spotbugs-gradle-plugin/issues/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
- https://github.com/spotbugs/spotbugs-gradle-plugin/issues/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 <[email protected]>
Closes #429 from dongjoon-hyun/SPARK-54678.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
gradle/libs.versions.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 9e7ce8f..e3ad30c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -31,8 +31,8 @@ mockito = "5.21.0"
# Build Analysis
checkstyle = "10.23.1"
pmd = "7.19.0"
-spotbugs-tool = "4.9.6"
-spotbugs-plugin = "6.4.2"
+spotbugs-tool = "4.9.8"
+spotbugs-plugin = "6.4.7"
spotless-plugin = "8.1.0"
# Packaging
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]