This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
commit 885b0b864f5779e6f67b452764c4f5ddcf6a0922 Author: Gary Gregory <[email protected]> AuthorDate: Thu Aug 20 10:03:21 2026 -0400 Bump commons.checkstyle.version from 13.8.0 to 14.0.0 on Java 21 and up. --- pom.xml | 2 +- src/changes/changes.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 673400e..29e91e2 100644 --- a/pom.xml +++ b/pom.xml @@ -1778,7 +1778,7 @@ <jdk>[21,)</jdk> </activation> <properties> - <commons.checkstyle.version>13.8.0</commons.checkstyle.version> + <commons.checkstyle.version>14.0.0</commons.checkstyle.version> <argLine>-XX:+EnableDynamicAgentLoading</argLine> </properties> </profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2d14b38..dea5171 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,9 +62,10 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <!-- UPDATE --> <action type="update" dev="engelen" due-to="Arnout Engelen">Bump org.junit:junit-bom from 5.14.3 to 5.14.4.</action> - <action type="update" dev="engelen" due-to="Arnout Engelen">Bump com.github.spotbugs:spotbugs from 3.9.8 to 4.10.4</action> + <action type="update" dev="engelen" due-to="Arnout Engelen, Gary Gregory">Bump com.github.spotbugs:spotbugs from 3.9.8 to 4.10.4</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-jar-plugin from 3.5.0 to 3.5.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump biz.aQute.bnd:biz.aQute.bndlib from 7.3.0 to 7.4.0 on Java 17 and up.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.checkstyle.version from 13.8.0 to 14.0.0 on Java 21 and up.</action> </release> <release version="103" date="2026-07-18" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
