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 7168405 Bump com.puppycrawl.tools:checkstyle from 10.13.0 to 10.14.0 on Java 11 and up 7168405 is described below commit 716840596456676078dc25ff217b2639b443c4d0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Feb 29 17:14:57 2024 -0500 Bump com.puppycrawl.tools:checkstyle from 10.13.0 to 10.14.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 6467435..aa18b7e 100644 --- a/pom.xml +++ b/pom.xml @@ -1857,7 +1857,7 @@ <jdk>[11,)</jdk> </activation> <properties> - <commons.checkstyle.version>10.13.0</commons.checkstyle.version> + <commons.checkstyle.version>10.14.0</commons.checkstyle.version> </properties> </profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a44f2ce..960dd6b 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 com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.3 to 0.18.5 #365, #368.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 #369.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.bcel:bcel from 6.8.1 to 6.8.2.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.13.0 to 10.14.0 on Java 11 and up.</action> </release> <release version="66" date="2024-01-29" description="Version 66: Maintenance and update dependencies."> <!-- ADD -->