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/11/28 18:33:22 UTC

[commons-jexl] branch master updated: Bump pmd from 6.48.0 to 6.52.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-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 7628c318 Bump pmd from 6.48.0 to 6.52.0
7628c318 is described below

commit 7628c31806a54440cebc0e7703e2778b3adbc92c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 28 13:33:18 2022 -0500

    Bump pmd from 6.48.0 to 6.52.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2fec9159..492c0dbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
         <!-- spotbugs 4.7.2 issue #2174 generates lots of garbage during analysis -->
 
         <commons.pmd.version>3.19.0</commons.pmd.version>
-        <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
+        <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>
 
         <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
         <commons.junit.version>5.9.1</commons.junit.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c3136c7c..d94cda52 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -134,6 +134,9 @@
             <action dev="ggregory" type="update" due-to="Dependabot">
                 Bump maven-pmd-plugin from 3.15.0 to 3.16.0 #82.
             </action>
+            <action dev="ggregory" type="update" due-to="Gary Gregory">
+                Bump pmd from 6.48.0 to 6.52.0.
+            </action>
             <action dev="ggregory" type="update" due-to="Dependabot">
                 Bump commons-parent from 53 to 54 #121.
             </action>