This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new 54941bb44 ORC-1999: Upgrade `Checkstyle` to 11.0.1
54941bb44 is described below

commit 54941bb44fcdbf529e4717ba5ba482887fdc76ff
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
    
    This PR aims to upgrade Checkstyle to 11.0.1.
    
    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
    
    No, this is a kind of test environment during building.
    
    Pass the CIs.
    
    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]>
    (cherry picked from commit 30b571889173d2635fb5689f22c81195d5c77a81)
    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 3ce2a98fd..77cbe103d 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -62,7 +62,7 @@
   <properties>
     <bouncycastle.version>1.80</bouncycastle.version>
     <brotli4j.version>1.18.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