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/09 19:27:16 UTC

[orc] branch main 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 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 411536f  ORC-928: Bump checkstyle from 8.44 to 8.45.1 (#840)
411536f is described below

commit 411536f201a0ac57cd26b7e54799207ac43baaea
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)
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index ab227a4..22a6eba 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -264,7 +264,7 @@
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.44</version>
+              <version>8.45.1</version>
             </dependency>
           </dependencies>
           <executions>