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/09/24 15:51:14 UTC

[commons-vfs] branch master updated: Bump net.sourceforge.pmd:pmd-* from 6.48.0 to 6.49

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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e8aadf5 Bump net.sourceforge.pmd:pmd-* from 6.48.0 to 6.49
3e8aadf5 is described below

commit 3e8aadf5a6d837f683c2dc83fa489f1305810cc5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 24 11:51:09 2022 -0400

    Bump net.sourceforge.pmd:pmd-* from 6.48.0 to 6.49
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8553dc18..126d6dbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
     <commons.spotbugs.version>4.7.1.1</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>
     <commons.asm.version>9.3</commons.asm.version>
-    <commons.pmd.version>6.48.0</commons.pmd.version>
+    <commons.pmd.version>6.49.0</commons.pmd.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4f1e731b..065c49c1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -182,7 +182,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #223, #294.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
-        Bump net.sourceforge.pmd:pmd-* from 6.36.0 to 6.48.0 #208, #247, #256, #261, #266, #270, #283.
+        Bump net.sourceforge.pmd:pmd-* from 6.36.0 to 6.49.0 #208, #247, #256, #261, #266, #270, #283.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
         Bump org.mockito:mockito-core from 3.11.2 to 4.7.0 #263, #292.