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
The following commit(s) were added to refs/heads/master by this push: new 4a28fe8 Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 on Java 11 and up 4a28fe8 is described below commit 4a28fe8568bd6ca455f54390fd9bb72356b30e6e Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri May 16 07:46:36 2025 -0400 Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 on Java 11 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 70d498f..5d186bc 100644 --- a/pom.xml +++ b/pom.xml @@ -1788,7 +1788,7 @@ <jdk>[11,)</jdk> </activation> <properties> - <commons.checkstyle.version>10.23.0</commons.checkstyle.version> + <commons.checkstyle.version>10.23.1</commons.checkstyle.version> </properties> </profile> <profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6573c6f..b8c579e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- UPDATE --> <action type="update" dev="engelen" due-to="Arnout Engelen, Dependabot">Bump org.spdx:spdx-maven-plugin from 1.0.0 to 1.0.2 #620.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-changes-plugin from 3.0.0-M2 to 3.0.0-M3 (fixes Apache Commons Exec build).</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 on Java 11 and up.</action> </release> <release version="83" date="2025-04-25" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->