You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/12 16:39:46 UTC

[commons-vfs] branch master updated: Bump maven-pmd-plugin from 3.15.0 to 3.16.0

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 7f47de6e Bump maven-pmd-plugin from 3.15.0 to 3.16.0
7f47de6e is described below

commit 7f47de6e9da2048c35db19345d696790ac269d16
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 12 12:38:54 2022 -0400

    Bump maven-pmd-plugin from 3.15.0 to 3.16.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 581d3d6a..8a4ad770 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.15.0</version>
+          <version>3.16.0</version>
           <dependencies>
             <dependency>
               <groupId>net.sourceforge.pmd</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d5727c99..37f6896e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -163,8 +163,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
         Bump org.apache.mina:mina-core from 2.1.4 to 2.1.6.
       </action>
-      <action type="update" dev="ggregory" due-to="Dependabot">
-        Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #223.
+      <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+        Bump maven-pmd-plugin from 3.14.0 to 3.16.0 #223.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
         Bump net.sourceforge.pmd:pmd-* from 6.36.0 to 6.47.0 #208, #247, #256, #261, #266, #270.