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 e647176b Bump PMD implementation from 6.44.0 to 6.46.0. e647176b is described below commit e647176bd167ad77816e02b718dfab5027f7fc0d Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Jun 14 18:09:27 2022 -0400 Bump PMD implementation from 6.44.0 to 6.46.0. --- pom.xml | 1 + src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 015b66fe..da83cf48 100644 --- a/pom.xml +++ b/pom.xml @@ -345,6 +345,7 @@ file comparators, endian transformation classes, and much more. <commons.moditect.version>1.0.0.RC2</commons.moditect.version> <commons.spotbugs.plugin.version>4.7.0.0</commons.spotbugs.plugin.version> <commons.spotbugs.impl.version>4.7.0</commons.spotbugs.impl.version> + <commons.pmd-impl.version>6.46.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 733c273d..cd2fd7e1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -434,6 +434,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory"> 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.46.0. + </action> </action> </release> <release version="2.11.0" date="2021-07-09" description="Java 8 required.">