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-collections.git
The following commit(s) were added to refs/heads/master by this push: new e4157fcd2 Bump PMD from 7.8.0 to 7.13.0 (now inherited from parent POM) e4157fcd2 is described below commit e4157fcd20506a80d13f25a38f216a2f6f4c9636 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 13 16:35:11 2025 -0400 Bump PMD from 7.8.0 to 7.13.0 (now inherited from parent POM) --- pom.xml | 2 -- src/changes/changes.xml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 537dbf8c4..4c7fe2f4b 100644 --- a/pom.xml +++ b/pom.xml @@ -130,8 +130,6 @@ <commons.jacoco.complexityRatio>0.78</commons.jacoco.complexityRatio> <doxia.module.markdown.version>2.0.0</doxia.module.markdown.version> <commons.easymock.version>5.5.0</commons.easymock.version> - <!-- PMD 7.9.0 throws java.io.IOException: Stream closed probably because PMD is shadding ASM. --> - <commons.pmd-impl.version>7.8.0</commons.pmd-impl.version> </properties> <build> <defaultGoal>clean verify apache-rat:check pmd:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 869a0751d..b73ea2052 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -33,6 +33,7 @@ <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 83 #612.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.google.guava:guava-testlib from 33.3.1-jre to 33.4.8-jre.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump PMD from 7.8.0 to 7.13.0 (now inherited from parent POM).</action> </release> <release version="4.5.0" date="2025-04-19" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->