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 2f3b233 [SPARK-57114] Upgrade `spotless-plugin-gradle` to 8.6.0
2f3b233 is described below
commit 2f3b2339b711abdaa3c03872cbe6da973d186de6
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed May 27 17:22:21 2026 -0700
[SPARK-57114] Upgrade `spotless-plugin-gradle` to 8.6.0
### What changes were proposed in this pull request?
This PR aims to upgrade `spotless-plugin-gradle` to 8.6.0.
### Why are the changes needed?
To bring the latest bug fixes.
- https://github.com/diffplug/spotless/releases/tag/gradle%2F8.6.0
- https://github.com/diffplug/spotless/issues/2948
### 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 Code Opus
Closes #694 from dongjoon-hyun/SPARK-57114.
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 d7fb6d0..5591804 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -35,7 +35,7 @@ checkstyle = "13.4.2"
pmd = "7.24.0"
spotbugs-tool = "4.9.8"
spotbugs-plugin = "6.5.5"
-spotless-plugin = "8.5.1"
+spotless-plugin = "8.6.0"
# Packaging
cyclonedx = "3.2.4"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]