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/08/14 22:11:09 UTC

[orc] branch branch-1.7 updated: ORC-928: Bump checkstyle from 8.44 to 8.45.1 (#840)

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

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


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new b8de087  ORC-928: Bump checkstyle from 8.44 to 8.45.1 (#840)
b8de087 is described below

commit b8de0870c0aa47f7f239f3dc83d25bca79028a0f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 9 12:27:11 2021 -0700

    ORC-928: Bump checkstyle from 8.44 to 8.45.1 (#840)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.44 to 8.45.1.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.44...checkstyle-8.45.1)
    
    (cherry picked from commit 411536f201a0ac57cd26b7e54799207ac43baaea)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 3cbb81b..d3859e1 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -263,7 +263,7 @@
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.44</version>
+              <version>8.45.1</version>
             </dependency>
           </dependencies>
           <executions>