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 30af93bb7c5904d5ce9bcd638c7ba2bb79527316 Author: Gary Gregory <[email protected]> AuthorDate: Fri Sep 4 07:26:56 2026 -0400 Bump commons.checkstyle.version from 14.0.0 to 14.1.0 on Java 21 and up. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f00f338..5ef31de 100644 --- a/pom.xml +++ b/pom.xml @@ -1786,7 +1786,7 @@ <jdk>[21,)</jdk> </activation> <properties> - <commons.checkstyle.version>14.0.0</commons.checkstyle.version> + <commons.checkstyle.version>14.1.0</commons.checkstyle.version> <argLine>-XX:+EnableDynamicAgentLoading</argLine> </properties> </profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2fabb8a..e4a0311 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.felix:maven-bundle-plugin from 6.0.2 on 6.1.0 on Java 17 and up.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.pmd-impl.version from 7.26.0 to 7.27.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.compiler.version from 3.15.0 to 3.16.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.checkstyle.version from 14.0.0 to 14.1.0 on Java 21 and up.</action> </release> <release version="104" date="2026-08-20" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
