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/09/06 21:57:18 UTC

[orc] branch main updated: ORC-989: Bump checkstyle from 8.45.1 to 9.0 (#899)

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 6be6e89  ORC-989: Bump checkstyle from 8.45.1 to 9.0 (#899)
6be6e89 is described below

commit 6be6e8914100e9260171824f2197b3aea266f89f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 6 14:57:14 2021 -0700

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

diff --git a/java/pom.xml b/java/pom.xml
index 39b9b93..33fbe7c 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -264,7 +264,7 @@
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.45.1</version>
+              <version>9.0</version>
             </dependency>
           </dependencies>
           <executions>