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-io.git
The following commit(s) were added to refs/heads/master by this push: new 3e491d90 Bump pmd from 6.49.0 to 6.51.0. 3e491d90 is described below commit 3e491d9035f9f88a7c389b7bc22eb63142a36dfa Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 4 17:12:36 2022 -0400 Bump pmd from 6.49.0 to 6.51.0. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 70154f05..ef3bbfdf 100644 --- a/pom.xml +++ b/pom.xml @@ -334,7 +334,7 @@ file comparators, endian transformation classes, and much more. <commons.spotbugs.plugin.version>4.7.2.1</commons.spotbugs.plugin.version> <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version> <commons.pmd.version>3.19.0</commons.pmd.version> - <commons.pmd-impl.version>6.49.0</commons.pmd-impl.version> + <commons.pmd-impl.version>6.51.0</commons.pmd-impl.version> <jmh.version>1.35</jmh.version> <japicmp.skip>false</japicmp.skip> <jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e4d5fc91..0ed863c0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -513,7 +513,7 @@ The <action> type attribute can be add,update,fix,remove. Bump commons.surefire.version 3.0.0-M5 to 3.0.0-M7. </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> - Bump PMD from 6.44.0 to 6.49.0. + Bump PMD from 6.44.0 to 6.51.0. </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> Bump maven-pmd-plugin from 3.16.0 to 3.19.0.