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 0a175dd1 Bump PMD implementation from 6.47.0 to 6.48.0. 0a175dd1 is described below commit 0a175dd11f3d82c650c0b5b524d640e32c8fe229 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Aug 14 08:15:43 2022 -0400 Bump PMD implementation from 6.47.0 to 6.48.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 d550d294..dee8dda2 100644 --- a/pom.xml +++ b/pom.xml @@ -346,7 +346,7 @@ file comparators, endian transformation classes, and much more. <commons.spotbugs.plugin.version>4.7.1.1</commons.spotbugs.plugin.version> <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version> <commons.pmd.version>3.17.0</commons.pmd.version> - <commons.pmd-impl.version>6.47.0</commons.pmd-impl.version> + <commons.pmd-impl.version>6.48.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 83ce97e8..3cc80882 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -495,7 +495,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 implementation from 6.44.0 to 6.47.0. + Bump PMD implementation from 6.44.0 to 6.48.0. </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> Bump PMD plugin from 3.16.0 to 3.17.0.