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 08152eb9 Bump maven-pmd-plugin 3.17.0 to 3.18.0
08152eb9 is described below
commit 08152eb9ca23e6b7ab8731171f92fac303ecd04a
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 30 09:35:00 2022 -0400
Bump maven-pmd-plugin 3.17.0 to 3.18.0
---
pom.xml | 2 +-
src/changes/changes.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 32089d20..0de68fc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +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.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.version>3.18.0</commons.pmd.version>
<commons.pmd-impl.version>6.48.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 a357428a..d869705c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -501,10 +501,10 @@ 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.48.0.
+ Bump PMD 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.
+ Bump maven-pmd-plugin from 3.16.0 to 3.18.0.
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump apache-rat from 0.13 to 0.14.