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 6a19aa443eb6089228c3bacd0037321a5272d579 Author: Gary Gregory <[email protected]> AuthorDate: Wed Jun 3 09:19:51 2026 -0400 Bump com.puppycrawl.tools:checkstyle from 13.4.2 to 13.5.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 0d37fc3..324df97 100644 --- a/pom.xml +++ b/pom.xml @@ -1775,7 +1775,7 @@ <jdk>[21,)</jdk> </activation> <properties> - <commons.checkstyle.version>13.4.2</commons.checkstyle.version> + <commons.checkstyle.version>13.5.0</commons.checkstyle.version> <argLine>-XX:+EnableDynamicAgentLoading</argLine> </properties> </profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cd161f6..3d416d4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.3 to 7.3.0 on Java 17 and up.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 13.4.2 to 13.5.0 on Java 21 and up.</action> </release> <release version="101" date="2026-05-30" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
