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/09/12 22:19:17 UTC

[commons-io] branch master updated: Bump maven-pmd-plugin from 3.18.0 to 3.19.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 63af628e Bump maven-pmd-plugin from 3.18.0 to 3.19.0
63af628e is described below

commit 63af628e71da85841b48cddbc2ae83d180a040d6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 12 15:19:12 2022 -0700

    Bump maven-pmd-plugin from 3.18.0 to 3.19.0
    
    Bump PMD from 6.48.0 to 6.49.0
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f52ed5d..903442fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,8 +345,8 @@ file comparators, endian transformation classes, and much more.
     <commons.moditect.version>1.0.0.RC2</commons.moditect.version>
     <commons.spotbugs.plugin.version>4.7.2.0</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.7.2</commons.spotbugs.impl.version>
-    <commons.pmd.version>3.18.0</commons.pmd.version>
-    <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
+    <commons.pmd.version>3.19.0</commons.pmd.version>
+    <commons.pmd-impl.version>6.49.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 f8d7da7a..3b8c4d9a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -504,10 +504,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 from 6.44.0 to 6.48.0.
+        Bump PMD from 6.44.0 to 6.49.0.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Bump maven-pmd-plugin from 3.16.0 to 3.18.0.
+        Bump maven-pmd-plugin from 3.16.0 to 3.19.0.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump apache-rat from 0.13 to 0.14.