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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d9ce12  Update com.puppycrawl.tools:checkstyle 8.39 -> 8.40.
0d9ce12 is described below

commit 0d9ce120c6ca8dfc362cd611cf5e3bf03d999b7f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Feb 1 12:37:11 2021 -0500

    Update com.puppycrawl.tools:checkstyle 8.39 -> 8.40.
    
    Update maven-checkstyle-plugin 3.1.1 -> 3.1.2.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index db56f49..8608ada 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
 -->
 
     <vfs.parent.dir>${basedir}</vfs.parent.dir>
-    <version.checkstyle>3.1.1</version.checkstyle>
+    <version.checkstyle>3.1.2</version.checkstyle>
     <!-- make sure bundle plugin has dependency informations for 'optional' -->
     <commons.osgi.excludeDependencies />
     <commons.osgi.import>
@@ -285,7 +285,7 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>8.39</version>
+            <version>8.40</version>
           </dependency>
         </dependencies>        
         <!-- Keep build/reporting in sync -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 25f0ef0..f8605ad 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,8 +90,11 @@ The <action> type attribute can be add,update,fix,remove.
         Update tests from Log4j 2.13.3 to 2.14.0.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
-        Update com.puppycrawl.tools:checkstyle 8.36.2 -> 8.39.
-      </action>      
+        Update com.puppycrawl.tools:checkstyle 8.36.2 -> 8.40.
+      </action>
+      <action dev="ggregory" due-to="Gary Gregory" type="update">
+        Update maven-checkstyle-plugin 3.1.1 -> 3.1.2.
+      </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
         Update org.apache.httpcomponents:httpcore-nio 4.4.13 -> 4.4.14.
       </action>

Reply via email to