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 4779d71  [SPARK-57629] Upgrade `spotless-plugin-gradle` to 8.7.0
4779d71 is described below

commit 4779d71ae93d72ca04e6d58807ff0c81ad042410
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jun 22 21:51:10 2026 -0700

    [SPARK-57629] Upgrade `spotless-plugin-gradle` to 8.7.0
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades `spotless-plugin-gradle` to `8.7.0`.
    
    ### Why are the changes needed?
    
    To use the latest release (`8.7.0`, released on 2026-06-16).
    - https://github.com/diffplug/spotless/releases/tag/gradle/8.7.0
      - https://github.com/diffplug/spotless/pull/2962
      - https://github.com/diffplug/spotless/issues/2940
      - https://github.com/diffplug/spotless/pull/2973
    
    ### 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 Opus 4.8
    
    Closes #716 from dongjoon-hyun/SPARK-57629.
    
    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 0eee8c4..2a2c403 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.10.2"
 spotbugs-plugin = "6.5.6"
-spotless-plugin = "8.6.0"
+spotless-plugin = "8.7.0"
 
 # Packaging
 cyclonedx = "3.2.4"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to