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/06/13 12:30:53 UTC

[commons-parent] branch master updated: Bump net.sourceforge.pmd from 6.45 to 6.46

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new fc270de  Bump net.sourceforge.pmd from 6.45 to 6.46
fc270de is described below

commit fc270de28567515bb5e37f4055050239bfc15a1e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jun 13 08:30:49 2022 -0400

    Bump net.sourceforge.pmd from 6.45 to 6.46
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e23dfb3..075ba78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
     <commons.jdepend.version>2.0</commons.jdepend.version>
     <commons.jxr.version>3.2.0</commons.jxr.version>
     <commons.pmd.version>3.16.0</commons.pmd.version>
-    <commons.pmd-impl.version>6.45.0</commons.pmd-impl.version>
+    <commons.pmd-impl.version>6.46.0</commons.pmd-impl.version>
     <commons.project-info.version>3.3.0</commons.project-info.version>
     <commons.rat.version>0.14</commons.rat.version>
     <commons.release-plugin.version>1.8.0</commons.release-plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f3ef56a..5790b21 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-jxr-plugin from 3.1.1 to 3.2.0 #110.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 #114.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump apache-rat from 0.13 to 0.14.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd from 6.45 to 6.46.</action>
         </release>
 
         <release version="53" date="2022-03-31" description="WARNING: checkstyle version has been updated; there are breaking changes which may require updates to checkstyle.xml files">