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 2023/01/03 16:27:06 UTC

[commons-configuration] branch master updated: Bump pmd from 6.52.0 to 6.53.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 56869fc5 Bump pmd from 6.52.0 to 6.53.0.
56869fc5 is described below

commit 56869fc5b8a34339ba55664ae52a8cffdd54a78f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 3 11:27:01 2023 -0500

    Bump pmd from 6.52.0 to 6.53.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 b1f6fb9c..b6c42556 100644
--- a/pom.xml
+++ b/pom.xml
@@ -566,7 +566,7 @@
     <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>
     <commons.pmd.version>3.19.0</commons.pmd.version>
-    <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>
+    <commons.pmd-impl.version>6.53.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 dbcc4e63..444feac6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,7 +77,7 @@
         Bump maven-pmd-plugin 3.17.0 to 3.19.0.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump pmd from 6.47.0 to 6.52.0.
+        Bump pmd from 6.47.0 to 6.53.0.
       </action>
       <action type="update" dev="kinow" due-to="Dependabot">
         Bump snakeyaml from 1.30 to 1.33 #203, #212, #219.