This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun 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 40718f0 [SPARK-57016] Upgrade `spotbugs-gradle-plugin` to 6.5.5
40718f0 is described below
commit 40718f0b25ff11533673b5f3becf2def88417566
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri May 22 14:32:56 2026 -0700
[SPARK-57016] Upgrade `spotbugs-gradle-plugin` to 6.5.5
### What changes were proposed in this pull request?
This PR aims to upgrade `spotbugs-gradle-plugin` from 6.5.4 to 6.5.5.
### Why are the changes needed?
To bring the latest bug fixes:
- https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.5.5
(2026-05-21)
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.7
Closes #688 from dongjoon-hyun/SPARK-57016.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index a01c7d4..7401bc4 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -34,7 +34,7 @@ mockito = "5.23.0"
checkstyle = "13.4.2"
pmd = "7.24.0"
spotbugs-tool = "4.9.8"
-spotbugs-plugin = "6.5.4"
+spotbugs-plugin = "6.5.5"
spotless-plugin = "8.5.1"
# Packaging
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]