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 b3de777 Bump com.puppycrawl.tools:checkstyle from 10.14.0 to 10.14.1 on Java 11 and up b3de777 is described below commit b3de777542d6020f9cabe72549ebc87409724742 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 11 10:33:37 2024 -0400 Bump com.puppycrawl.tools:checkstyle from 10.14.0 to 10.14.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 cdbf4ba..639f09f 100644 --- a/pom.xml +++ b/pom.xml @@ -1857,7 +1857,7 @@ <jdk>[11,)</jdk> </activation> <properties> - <commons.checkstyle.version>10.14.0</commons.checkstyle.version> + <commons.checkstyle.version>10.14.1</commons.checkstyle.version> </properties> </profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fe4d8a2..5e83042 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.0 #378.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.5 to 0.20.0 #376.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.14.0 to 10.14.1 on Java 11 and up.</action> </release> <release version="67" date="2024-03-02" description="Version 67: Maintenance and update dependencies"> <!-- UPDATE -->