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/08/30 13:31:48 UTC

[commons-configuration] branch master updated: Bump maven-pmd-plugin 3.17.0 to 3.18.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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 408f1200 Bump maven-pmd-plugin 3.17.0 to 3.18.0.
408f1200 is described below

commit 408f1200b7be27566078a75b6184c8d6f5f7adbc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 30 09:31:43 2022 -0400

    Bump maven-pmd-plugin 3.17.0 to 3.18.0.
    
    Bump pmd from 6.47.0 to 6.48.0.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index efb681a7..0a3eb301 100644
--- a/pom.xml
+++ b/pom.xml
@@ -564,8 +564,8 @@
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.spotbugs.version>4.7.1.1</commons.spotbugs.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.47.0</commons.pmd-impl.version>
+    <commons.pmd.version>3.18.0</commons.pmd.version>
+    <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
 
     <!-- apache-rat-plugin 0.13 and jdepend-maven-plugin 2.0 both fail with LinkageError when generating reports 
     with maven site plugin 3.11+. However, javadoc 3.4.0+ fails with site plugin versions lower than 3.11. So, we'll 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 42fb3fee..60a727bd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,6 +58,12 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump maven-pmd-plugin 3.17.0 to 3.18.0.
+      </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump pmd from 6.47.0 to 6.48.0.
+      </action>
     </release>
     <release version="2.8.0" date="2022-07-05"
              description="Minor release with new features and updated dependencies.">