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/07 13:37:31 UTC

[commons-pool] 03/03: Bump pmd from 6.47.0 to 6.48.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 35e2d77e85315f2293734dbf7dca6177e427f8ce
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 7 09:37:22 2022 -0400

    Bump pmd from 6.47.0 to 6.48.0.
    
    Bump animal-sniffer-maven-plugin 1.20 to 1.21
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 463efa4b..1f74312d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,14 +187,14 @@
     <commons.jira.pid>12310488</commons.jira.pid>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import>
-    <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
+    <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
     <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
     <commons.checkstyle.version>9.3</commons.checkstyle.version>
     <commons.felix.version>5.1.8</commons.felix.version>
     <spotbugs.plugin.version>4.7.1.1</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.pmd-impl.version>6.48.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 d1b4a026..d1ff0dec 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,7 +102,7 @@ The <action> type attribute can be add,update,fix,remove.
       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.
+      Bump pmd from 6.44.0 to 6.48.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.
@@ -122,6 +122,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="update" due-to="Gary Gregory">
       Bump japicmp-maven-plugin from 0.15.3 to 0.15.7.
     </action>
+    <action dev="ggregory" type="update" due-to="Gary Gregory">
+      Bump animal-sniffer-maven-plugin 1.20 to 1.21.
+    </action>
   </release>
   <release version="2.11.1" date="2021-08-18" description="This is a maintenance release (Java 8).">
     <!-- FIX -->