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/08/24 12:08:23 UTC

[commons-collections] branch master updated: Bump maven-pmd-plugin from 3.17.0 to 3.18.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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new bf0970a71 Bump maven-pmd-plugin from 3.17.0 to 3.18.0
bf0970a71 is described below

commit bf0970a71fcd0a1ceb88e68e4868bdc8ccd9dd93
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 24 08:08:18 2022 -0400

    Bump maven-pmd-plugin from 3.17.0 to 3.18.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 336e63a34..3f8c10427 100644
--- a/pom.xml
+++ b/pom.xml
@@ -590,7 +590,7 @@
     <commons.rc.version>RC1</commons.rc.version>
     <checkstyle.version>3.1.2</checkstyle.version>
     <checkstyle.dep.version>9.3</checkstyle.dep.version>
-    <commons.pmd.version>3.17.0</commons.pmd.version>
+    <commons.pmd.version>3.18.0</commons.pmd.version>
     <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
 
     <commons.site.path>collections</commons.site.path>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0cc58a260..144f27d9d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -261,8 +261,8 @@
     <action type="update" dev="ggregory" due-to="Gary Gregory">
       Update tests from commons-io:commons-io 2.6 to 2.11.0 #180.
     </action>
-    <action type="update" dev="ggregory" due-to="Dependabot">
-      Update maven-pmd-plugin from 3.12.0 to 3.17.0 #167, #196, #253, #311.
+    <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+      Bump maven-pmd-plugin from 3.12.0 to 3.18.0 #167, #196, #253, #311.
     </action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">
       Update optional commons-codec from 1.14 to 1.15.