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
commit c99acd39d6d8741f69ebe2fa6e6e011522739be3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 2 09:23:52 2023 -0400 Bump maven-pmd-plugin from 3.20.0 to 3.21.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 1117afe..4f5c09d 100644 --- a/pom.xml +++ b/pom.xml @@ -145,7 +145,7 @@ <commons.jar-plugin.version>3.3.0</commons.jar-plugin.version> <commons.javadoc.version>3.5.0</commons.javadoc.version> <commons.jxr.version>3.3.0</commons.jxr.version> - <commons.pmd.version>3.20.0</commons.pmd.version> + <commons.pmd.version>3.21.0</commons.pmd.version> <commons.pmd-impl.version>6.55.0</commons.pmd-impl.version> <commons.project-info.version>3.4.3</commons.project-info.version> <commons.rat.version>0.15</commons.rat.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3fd6a42..b923771 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -86,6 +86,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-failsafe-plugin from 3.0.0 to 3.1.2.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-surefire-plugin from 3.0.0 to 3.1.2.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.20.0 to 3.21.0.</action> </release> <release version="58" date="2023-05-20" description="Version 58: Maintenance and update dependencies"> <!-- ADD -->