You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/06/27 19:02:21 UTC

[commons-io] branch master updated: Bump PMD implementation from 6.46.0 to 6.47.0.

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 4b48f636 Bump PMD implementation from 6.46.0 to 6.47.0.
4b48f636 is described below

commit 4b48f6366e3956681d31d717bf2b7b5c80fe3837
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jun 27 15:02:15 2022 -0400

    Bump PMD implementation from 6.46.0 to 6.47.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 807cf20c..85ede6a3 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.0.0</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.46.0</commons.pmd-impl.version>
+    <commons.pmd-impl.version>6.47.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 828296ff..e08ba415 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -462,7 +462,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.46.0.
+        Bump PMD implementation from 6.44.0 to 6.47.0.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump PMD plugin from 3.16.0 to 3.17.0.