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 d9401c5 [SPARK-57886] Upgrade `spotless-plugin-gradle` to 8.8.0
d9401c5 is described below
commit d9401c5259b1a05b86a614a3ddb6708ad0ee8cbb
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Jul 2 11:53:27 2026 -0700
[SPARK-57886] Upgrade `spotless-plugin-gradle` to 8.8.0
### What changes were proposed in this pull request?
This PR aims to upgrade `spotless-plugin-gradle` to 8.8.0.
### Why are the changes needed?
To bring the latest bug fixes and improvements.
- https://github.com/diffplug/spotless/releases/tag/gradle%2F8.8.0
### Does this PR introduce _any_ user-facing change?
No. This is a dev-only change.
### How was this patch tested?
Pass the CI
Closes #736 from dongjoon-hyun/SPARK-57886.
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 a53a031..ae84ef7 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -36,7 +36,7 @@ checkstyle = "13.4.2"
pmd = "7.24.0"
spotbugs-tool = "4.10.2"
spotbugs-plugin = "6.5.6"
-spotless-plugin = "8.7.0"
+spotless-plugin = "8.8.0"
# Packaging
cyclonedx = "3.2.4"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]