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/07/03 00:09:11 UTC

[commons-pool] 03/04: Bump pmd from 6.44.0 to 6.47.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-pool.git

commit eeaddae47a0de4fb52edc81cc66097d832c3c73a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 2 19:30:19 2022 -0400

    Bump pmd from 6.44.0 to 6.47.0
---
 pom.xml                 | 2 ++
 src/changes/changes.xml | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index a826960e..886f3262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,6 +193,8 @@
     <commons.felix.version>5.1.6</commons.felix.version>
     <spotbugs.plugin.version>4.7.0.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.1</spotbugs.impl.version>
+    <commons.pmd.version>3.17.0</commons.pmd.version>
+    <commons.pmd-impl.version>6.47.0</commons.pmd-impl.version>
 
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.11.1</commons.bc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4ce6857d..fc0d83c6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -101,6 +101,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump maven-pmd-plugin from 3.14.0 to 3.17.0 #101, #153.
     </action>
+    <action dev="ggregory" type="update" due-to="Gary Gregory">
+      Bump pmd from 6.44.0 to 6.47.0.
+    </action>
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump biz.aQute.bndlib from 5.3.0 to 6.3.1 #105, #118, #135, #151, #154.
     </action>