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
commit bfc0b93005e9494d4015d5459e871b9ae005751f Author: Gary Gregory <[email protected]> AuthorDate: Wed Jul 2 08:08:58 2025 -0400 Bump PMD from 7.14.0 to 7.15.0 - Bump net.sourceforge.pmd:pmd-core ........................ 7.14.0 -> 7.15.0 - Bump net.sourceforge.pmd:pmd-java ........................ 7.14.0 -> 7.15.0 - Bump net.sourceforge.pmd:pmd-javascript .................. 7.14.0 -> 7.15.0 - Bump net.sourceforge.pmd:pmd-jsp ......................... 7.14.0 -> 7.15.0 --- pom.xml | 2 +- src/changes/changes.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c15db6d..41e0e30 100644 --- a/pom.xml +++ b/pom.xml @@ -1793,7 +1793,7 @@ <jdk>[11,)</jdk> </activation> <properties> - <commons.checkstyle.version>10.26.0</commons.checkstyle.version> + <commons.checkstyle.version>10.26.1</commons.checkstyle.version> </properties> </profile> <profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 460eae1..59ac7ec 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,10 @@ The <action> type attribute can be add,update,fix,remove. <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.junit:junit-bom from 5.13.1 to 5.13.2. Fixes discovery issue for cycle in inner class hierarchy without @Nested fails build since JUnit 5.13 https://github.com/junit-team/junit-framework/issues/4661 for Commons Collections.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.26.1 on Java 11 and up.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-core from 7.14.0 to 7.15.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-java from 7.14.0 to 7.15.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-javascript from 7.14.0 to 7.15.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-jsp from 7.14.0 to 7.15.0.</action> </release> <release version="85" date="2025-06-15" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
