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 12b8171 Bump PMD from 7.13.0 to 7.14.0 12b8171 is described below commit 12b81715988d72256600a42221f089e691bb9792 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 31 07:33:43 2025 -0400 Bump PMD from 7.13.0 to 7.14.0 - Bump net.sourceforge.pmd:pmd-core from 7.13.0 to 7.14.0 - Bump net.sourceforge.pmd:pmd-java from 7.13.0 to 7.14.0 - Bump net.sourceforge.pmd:pmd-javascript from 7.13.0 to 7.14.0 - Bump net.sourceforge.pmd:pmd-jsp from 7.13.0 to 7.14.0 --- pom.xml | 2 +- src/changes/changes.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ff6ff3f..dadd947 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,7 @@ <commons.javadoc.version>3.11.2</commons.javadoc.version> <commons.jxr.version>3.6.0</commons.jxr.version> <commons.pmd.version>3.26.0</commons.pmd.version> - <commons.pmd-impl.version>7.13.0</commons.pmd-impl.version> + <commons.pmd-impl.version>7.14.0</commons.pmd-impl.version> <commons.project-info.version>3.9.0</commons.project-info.version> <commons.rat.version>0.16.1</commons.rat.version> <commons.release-plugin.version>1.9.0</commons.release-plugin.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1499034..1fc7097 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,7 +64,10 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.24.0 on Java 11 and up.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.junit:junit-bom from 5.12.2 to 5.13.0 #626.</action> - </release> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-core from 7.13.0 to 7.14.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-java from 7.13.0 to 7.14.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-javascript from 7.13.0 to 7.14.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-jsp from 7.13.0 to 7.14.0.</action> </release> <release version="84" date="2025-05-16" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <!-- ADD -->