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 2617111 [SPARK-54676] Upgrade `Spotless` to 8.1.0
2617111 is described below
commit 2617111d2b50a1cbdfd0c1c698b7bb8ede1ce894
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Dec 10 15:14:06 2025 -0800
[SPARK-54676] Upgrade `Spotless` to 8.1.0
### What changes were proposed in this pull request?
This PR aims to upgrade `Spotless` to 8.1.0.
### Why are the changes needed?
To bring the latest improvements and bug fixes:
- https://github.com/diffplug/spotless/releases/tag/gradle%2F8.1.0
- https://github.com/diffplug/spotless/pull/2719
- https://github.com/diffplug/spotless/issues/2679
### Does this PR introduce _any_ user-facing change?
No. This is a test change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #427 from dongjoon-hyun/SPARK-54676.
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 43be985..73d31f3 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -33,7 +33,7 @@ checkstyle = "10.23.1"
pmd = "7.17.0"
spotbugs-tool = "4.9.6"
spotbugs-plugin = "6.4.2"
-spotless-plugin = "8.0.0"
+spotless-plugin = "8.1.0"
# Packaging
cyclonedx = "2.4.1"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]