You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/12/14 20:24:28 UTC

[orc] branch main updated: ORC-1061: Bump checkstyle from 9.1 to 9.2 (#970)

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 02f50ed  ORC-1061: Bump checkstyle from 9.1 to 9.2 (#970)
02f50ed is described below

commit 02f50ed1f9e53e6ae51d5c0c2812460748ed7be9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 14 12:24:22 2021 -0800

    ORC-1061: Bump checkstyle from 9.1 to 9.2 (#970)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.1...checkstyle-9.2)
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 2d2d0b7..4d07dfc 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -278,7 +278,7 @@
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>9.1</version>
+              <version>9.2</version>
             </dependency>
           </dependencies>
           <executions>