You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2021/04/15 14:18:43 UTC

[drill] branch master updated: DRILL-7899: Bump checkstyle from 8.16 to 8.29

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

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 11825dd  DRILL-7899: Bump checkstyle from 8.16 to 8.29
11825dd is described below

commit 11825dd9f0dec05492206c5a6b4fd03a78c9b211
Author: Charles S. Givre <cg...@apache.org>
AuthorDate: Thu Apr 15 10:18:29 2021 -0400

    DRILL-7899: Bump checkstyle from 8.16 to 8.29
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 977b1fa..25d3175 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,7 +468,7 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>8.16</version>
+            <version>8.29</version>
           </dependency>
         </dependencies>
         <configuration>
@@ -1011,7 +1011,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>