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 831b32c Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 on Java 11 and up new cb52f39 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent 831b32c is described below commit 831b32c9b58a3d309dc2b29b6973538dd2633dab Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 28 19:36:40 2024 -0400 Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 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 ba3f92a..6eba304 100644 --- a/pom.xml +++ b/pom.xml @@ -1882,7 +1882,7 @@ <jdk>[11,)</jdk> </activation> <properties> - <commons.checkstyle.version>10.16.0</commons.checkstyle.version> + <commons.checkstyle.version>10.17.0</commons.checkstyle.version> </properties> </profile> <profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e544818..3718973 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot">Bump org.junit:junit-bom from 5.11.0-M1 to 5.11.0-M2 #419.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 #418.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 #417.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 on Java 11 and up.</action> </release> <release version="70" date="2024-05-11" description="Version 70: Maintenance and update dependencies."> <!-- ADD -->