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/05/02 13:44:41 UTC

[commons-lang] branch master updated: Bump net.sourceforge.pmd:* from 6.44.0 to 6.45.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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fa0a1759 Bump net.sourceforge.pmd:* from 6.44.0 to 6.45.0
6fa0a1759 is described below

commit 6fa0a175959bd4283ef46d1d406d9ffcc6c08a9a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon May 2 09:44:34 2022 -0400

    Bump net.sourceforge.pmd:* from 6.44.0 to 6.45.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 f6ed49f52..b7e51ff18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -652,7 +652,7 @@
     <commons.javadoc.version>3.3.2</commons.javadoc.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.pmd.version>3.16.0</commons.pmd.version>
-    <commons.pmd-impl.version>6.44.0</commons.pmd-impl.version>
+    <commons.pmd-impl.version>6.45.0</commons.pmd-impl.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <biz.aQute.bndlib.version>6.2.0</biz.aQute.bndlib.version>
     <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d13c1f025..3fd2ff1ec 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -150,7 +150,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump maven-javadoc-plugin from 3.2.0 to 3.3.2.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump jmh.version from 1.27 to 1.35 #794, #842, #872.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.14.0 to 3.16.0 #802, #858.</action>
-    <action                   type="update" dev="ggregory" due-to="Dependabot">Bump commons.pmd-impl.version from 6.42.0 to 6.44.0 #861, #873.</action>
+    <action                   type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons.pmd-impl.version from 6.42.0 to 6.45.0 #861, #873.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump pmd-java8 from 6.40.0 to 6.41.0 #837.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump biz.aQute.bndlib from 5.3.0 to 6.2.0 #814, #835.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump maven-bundle-plugin from 5.1.1 to 5.1.2.</action>