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 e30b611 Bump com.puppycrawl.tools:checkstyle from 10.22.0 to 10.23.0 e30b611 is described below commit e30b6115ef0dd2b845fc05e0fbb59283e65fe183 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 4 08:13:19 2025 -0400 Bump com.puppycrawl.tools:checkstyle from 10.22.0 to 10.23.0 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ecff6e5..6734965 100644 --- a/pom.xml +++ b/pom.xml @@ -1778,7 +1778,7 @@ <jdk>[11,)</jdk> </activation> <properties> - <commons.checkstyle.version>10.22.0</commons.checkstyle.version> + <commons.checkstyle.version>10.23.0</commons.checkstyle.version> </properties> </profile> <profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b25a580..67ffea1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <!-- UPDATE --> <action type="update" dev="engelen" due-to="Dependabot, Arnout Engelen">Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 #590.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.22.0 on Java 11+.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.23.0 on Java 11+.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.pmd-impl.version from 7.9.0 to 7.12.0 #583, #592, #605.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.junit:junit-bom from 5.11.4 to 5.12.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs from 4.9.0 to 4.9.3. SB 4.9.1 fixes https://github.com/spotbugs/spotbugs/issues/3266: Exception analyzing org.apache.commons.io.input.BOMInputStream using detector edu.umd.cs.findbugs.detect.FindReturnRef.</action>