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 7ca6320 [SPARK-57887] Upgrade `spotbugs-gradle-plugin` to 6.5.8
7ca6320 is described below
commit 7ca6320b4f754b7d1a86c9fb215d966983332e06
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Jul 2 11:54:56 2026 -0700
[SPARK-57887] Upgrade `spotbugs-gradle-plugin` to 6.5.8
### What changes were proposed in this pull request?
This PR aims to upgrade `spotbugs-gradle-plugin` to 6.5.8.
### Why are the changes needed?
To bring the latest bug fixes.
- https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.5.8
- https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.5.7
### Does this PR introduce _any_ user-facing change?
No, this is a build-time dependency change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Fable 5
This patch had conflicts when merged, resolved by
Committer: Dongjoon Hyun <[email protected]>
Closes #737 from dongjoon-hyun/SPARK-57887.
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 ae84ef7..2867b2d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -35,7 +35,7 @@ awaitility = "4.3.0"
checkstyle = "13.4.2"
pmd = "7.24.0"
spotbugs-tool = "4.10.2"
-spotbugs-plugin = "6.5.6"
+spotbugs-plugin = "6.5.8"
spotless-plugin = "8.8.0"
# Packaging
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]