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 7edf7a6 Bump maven-pmd-plugin from 3.16.0 to 3.17.0 7edf7a6 is described below commit 7edf7a6b3f02680fa95a0b615be081e6fed67481 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 16 10:18:22 2022 -0400 Bump maven-pmd-plugin from 3.16.0 to 3.17.0 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 05fa44f..9d93431 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ <commons.javadoc.version>3.4.0</commons.javadoc.version> <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.version>3.17.0</commons.pmd.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> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9a6f61a..c89a8f1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -78,6 +78,7 @@ The <action> type attribute can be add,update,fix,remove. <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 biz.aQute.bndlib from 6.2.0 to 6.3.1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-pmd-plugin from 3.16.0 to 3.17.0.</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">