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 689a3c6  [SPARK-55083] Upgrade `checkstyle` to 13.0.0
689a3c6 is described below

commit 689a3c65593774073fa0b31c3913fe483f142569
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Jan 17 17:00:33 2026 +0900

    [SPARK-55083] Upgrade `checkstyle` to 13.0.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `checkstyle` to 13.0.0.
    
    ### Why are the changes needed?
    
    To use the latest one. Since we are using Java 25 toolchain, we can use 
`Checkstyle 13.0.0` whose minimum Java requirement is 21.
    - https://checkstyle.org/releasenotes.html#Release_13.0.0 (2026-01-04, Java 
21+)
    - https://checkstyle.org/releasenotes.html#Release_12.3.0 (2025-12-13)
    - https://checkstyle.org/releasenotes.html#Release_12.2.0 (2025-11-30)
    - https://checkstyle.org/releasenotes.html#Release_12.1.0 (2025-10-19)
    - https://checkstyle.org/releasenotes.html#Release_12.0.0 (2025-10-09)
    - https://checkstyle.org/releasenotes.html#Release_11.1.0 (2025-09-28)
    - https://checkstyle.org/releasenotes.html#Release_11.0.0 (2025-08-07, Java 
17+)
    
    ### Does this PR introduce _any_ user-facing change?
    
    No. This is a test dependency.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #463 from dongjoon-hyun/SPARK-55083.
    
    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 d2a8d37..2d28cbd 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -29,7 +29,7 @@ jacoco = "0.8.14"
 mockito = "5.21.0"
 
 # Build Analysis
-checkstyle = "10.23.1"
+checkstyle = "13.0.0"
 pmd = "7.19.0"
 spotbugs-tool = "4.9.8"
 spotbugs-plugin = "6.4.7"


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

Reply via email to