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 111ab0a Bump net.sourceforge.pmd:pmd-* from 7.18.0 to 7.19.0
111ab0a is described below
commit 111ab0a4c6f031ee3e3c4d94cd4a671e7ff29b26
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 28 15:20:09 2025 +0000
Bump net.sourceforge.pmd:pmd-* from 7.18.0 to 7.19.0
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c91096d..ac311c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
<commons.javadoc.version>3.12.0</commons.javadoc.version>
<commons.jxr.version>3.6.0</commons.jxr.version>
<commons.pmd.version>3.28.0</commons.pmd.version>
- <commons.pmd-impl.version>7.18.0</commons.pmd-impl.version>
+ <commons.pmd-impl.version>7.19.0</commons.pmd-impl.version>
<commons.project-info.version>3.9.0</commons.project-info.version>
<commons.rat.version>0.17</commons.rat.version>
<commons.release-plugin.version>1.9.1</commons.release-plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 641e6c0..e294792 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.1 to 4.9.8.2.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.codehaus.mojo:versions-maven-plugin from 2.19.1 to 2.20.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.github.siom79.japicmp:japicmp-maven-plugin from 0.24.2 to 0.25.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
net.sourceforge.pmd:pmd-* from 7.18.0 to 7.19.0.</action>
</release>
<release version="93" date="2025-11-19" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->