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-parent.git
The following commit(s) were added to refs/heads/master by this push:
new a64beb7 Bump maven-pmd-plugin from 3.21.0 to 3.21.2
a64beb7 is described below
commit a64beb772d7d5a32800a01aec046506d042c311f
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 5 06:44:15 2023 -0500
Bump maven-pmd-plugin from 3.21.0 to 3.21.2
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7a234fb..5b2183c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
<commons.jar-plugin.version>3.3.0</commons.jar-plugin.version>
<commons.javadoc.version>3.6.0</commons.javadoc.version>
<commons.jxr.version>3.3.1</commons.jxr.version>
- <commons.pmd.version>3.21.0</commons.pmd.version>
+ <commons.pmd.version>3.21.2</commons.pmd.version>
<commons.pmd-impl.version>6.55.0</commons.pmd-impl.version>
<commons.project-info.version>3.4.5</commons.project-info.version>
<commons.rat.version>0.15</commons.rat.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index efb28af..7c04393 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-checkstyle-plugin from 3.3.0 to 3.3.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.codehaus.mojo:javancss-maven-plugin from undefined to 2.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
cyclonedx-maven-plugin from 2.7.9 to 2.7.10.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-pmd-plugin from 3.21.0 to 3.21.2.</action>
</release>
<release version="64" date="2023-10-06" description="Version 64:
Maintenance and update dependencies">
<!-- FIX -->