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 ee4e7d5 Update net.sourceforge.pmd:pmd-* -> 6.32.0 -> 6.33.0.
ee4e7d5 is described below
commit ee4e7d5b3f79965a673a884aaf7a62af920761db
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 28 17:48:09 2021 -0400
Update net.sourceforge.pmd:pmd-* -> 6.32.0 -> 6.33.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 e3f93d5..2f96f86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
<commons.spotbugs.version>4.2.2</commons.spotbugs.version>
<commons.spotbugs.impl.version>4.2.2</commons.spotbugs.impl.version>
<commons.asm.version>9.1</commons.asm.version>
- <commons.pmd.version>6.32.0</commons.pmd.version>
+ <commons.pmd.version>6.33.0</commons.pmd.version>
<slf4j.version>1.7.26</slf4j.version>
<log4j2.version>2.14.1</log4j2.version>
<clirr.skip>true</clirr.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 56c4001..0412f8d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -84,6 +84,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" issue="VFS-804" dev="ggregory" due-to="Arturo
Bernal">
Fix and Refine Javadoc #174.
</action>
+ <action dev="ggregory" type="update">
+ Update net.sourceforge.pmd:pmd-* -> 6.32.0 -> 6.33.0.
+ </action>
</release>
<release version="2.8.0" date="2021-03-06" description="Feature and
maintenance release. Requires Java 8.">
<!-- <action issue="VFS-443" dev="ggregory" type="update"
due-to="nickallen"> -->