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/07/23 23:39:54 UTC

[orc] branch main updated: ORC-859: Update maven-checkstyle-plugin to 3.1.2 and checkstyle to 8.44 (#761)

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 785bcb5  ORC-859: Update maven-checkstyle-plugin to 3.1.2 and checkstyle to 8.44 (#761)
785bcb5 is described below

commit 785bcb5d473b469437dd5339102ea55a7bfa4aa5
Author: William Hyun <wi...@apache.org>
AuthorDate: Fri Jul 23 16:39:48 2021 -0700

    ORC-859: Update maven-checkstyle-plugin to 3.1.2 and checkstyle to 8.44 (#761)
    
    ### What changes were proposed in this pull request?
    This PR aims to update maven-checkstyle-plugin to 3.1.2 and checkstyle to 8.44.
    
    ### Why are the changes needed?
    This will bring the bug fixes of 8.30 ~ 8.44.
    - https://checkstyle.sourceforge.io/releasenotes.html
    
    ### How was this patch tested?
    Pass the GHA.
---
 java/pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 8352fc2..85a50e9 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -256,7 +256,14 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.1.1</version>
+          <version>3.1.2</version>
+          <dependencies>
+            <dependency>
+              <groupId>com.puppycrawl.tools</groupId>
+              <artifactId>checkstyle</artifactId>
+              <version>8.44</version>
+            </dependency>
+          </dependencies>
           <executions>
             <execution>
               <phase>package</phase>