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 1e13f39 [SPARK-55735] Upgrade `checkstyle` to 13.2.0 and
`spotbugs-plugin` to 6.4.8
1e13f39 is described below
commit 1e13f39ff3325386541634191305a3a99dec6951
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Feb 26 19:40:56 2026 -0800
[SPARK-55735] Upgrade `checkstyle` to 13.2.0 and `spotbugs-plugin` to 6.4.8
### What changes were proposed in this pull request?
This PR aims to upgrade `checkstyle` to 13.2.0 and `spotbugs-plugin` to
6.4.8
### Why are the changes needed?
To use the latest tools:
- https://checkstyle.org/releasenotes.html#Release_13.2.0
- https://github.com/checkstyle/checkstyle/issues/16678
- https://checkstyle.org/releasenotes.html#Release_13.1.0
- https://github.com/checkstyle/checkstyle/issues/18329
- https://github.com/checkstyle/checkstyle/issues/18368
- https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.4.8
### 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: `Gemini 3.1 Pro (High)` on `Antigravity`
Closes #527 from dongjoon-hyun/SPARK-55735.
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 7043414..45aaf8e 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -31,10 +31,10 @@ jacoco = "0.8.14"
mockito = "5.21.0"
# Build Analysis
-checkstyle = "13.0.0"
+checkstyle = "13.2.0"
pmd = "7.21.0"
spotbugs-tool = "4.9.8"
-spotbugs-plugin = "6.4.7"
+spotbugs-plugin = "6.4.8"
spotless-plugin = "8.1.0"
# Packaging
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]