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 35ee18cb Bump PMD plugin from 3.16.0 to 3.17.0. 35ee18cb is described below commit 35ee18cb5a6bfa3dfaaf70b584247fb46386dd0e Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Jun 14 18:10:46 2022 -0400 Bump PMD plugin from 3.16.0 to 3.17.0. --- pom.xml | 1 + src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index da83cf48..083bc2d9 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.version>3.17.0</commons.pmd.version> <commons.pmd-impl.version>6.46.0</commons.pmd-impl.version> <jmh.version>1.35</jmh.version> <japicmp.skip>false</japicmp.skip> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cd2fd7e1..b645b9d2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -437,6 +437,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory"> Bump PMD implementation from 6.44.0 to 6.46.0. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Bump PMD plugin from 3.16.0 to 3.17.0. + </action> </action> </release> <release version="2.11.0" date="2021-07-09" description="Java 8 required.">