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 c77f70b [SPARK-56930] Upgrade `spotless-plugin-gradle` to 8.5.1
c77f70b is described below
commit c77f70b91a2d446d8a6a3d4196db21f98aad98b6
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon May 18 16:05:45 2026 -0700
[SPARK-56930] Upgrade `spotless-plugin-gradle` to 8.5.1
### What changes were proposed in this pull request?
This PR aims to upgrade `spotless-plugin-gradle` to 8.5.1.
### Why are the changes needed?
To bring the latest bug fixes and improvements.
- https://github.com/diffplug/spotless/releases/tag/gradle%2F8.5.1
(2025-05-15)
- https://github.com/diffplug/spotless/releases/tag/gradle%2F8.5.0
(2026-05-14)
### 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 4.7)
Closes #680 from dongjoon-hyun/SPARK-56930.
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 44063b2..f7a4177 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.4"
-spotless-plugin = "8.4.0"
+spotless-plugin = "8.5.1"
# Packaging
cyclonedx = "3.2.4"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]