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/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 30b571889 ORC-1999: Upgrade `Checkstyle` to 11.0.1
30b571889 is described below

commit 30b571889173d2635fb5689f22c81195d5c77a81
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 16 22:37:50 2025 -0700

    ORC-1999: Upgrade `Checkstyle` to 11.0.1
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Checkstyle to 11.0.1.
    
    ### Why are the changes needed?
    
    Checkstyle 11 is built on Java 17 and has many improvements for the latest 
Java language.
    - https://checkstyle.org/releasenotes.html#Release_11.0.1
    - https://checkstyle.org/releasenotes.html#Release_11.0.0
        - https://github.com/checkstyle/checkstyle/issues/17321
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, this is a kind of test environment during building.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2403 from 
dependabot[bot]/dependabot/maven/java/com.puppycrawl.tools-checkstyle-11.0.1.
    
    Authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 48fc60d35..8572cbdb7 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -62,7 +62,7 @@
   <properties>
     <bouncycastle.version>1.81</bouncycastle.version>
     <brotli4j.version>1.20.0</brotli4j.version>
-    <checkstyle.version>10.26.1</checkstyle.version>
+    <checkstyle.version>11.0.1</checkstyle.version>
     <commons-cli.version>1.10.0</commons-cli.version>
     <example.dir>${project.basedir}/../../examples</example.dir>
     <hadoop.version>3.4.2</hadoop.version>

Reply via email to