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 85cac9e Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 on Java 11 and up 85cac9e is described below commit 85cac9e34e166a87a2c71c12ffafe3b5a4260192 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 1 09:08:18 2024 -0400 Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 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 4e2ecfb..255385d 100644 --- a/pom.xml +++ b/pom.xml @@ -1848,7 +1848,7 @@ <jdk>[11,)</jdk> </activation> <properties> - <commons.checkstyle.version>10.18.1</commons.checkstyle.version> + <commons.checkstyle.version>10.18.2</commons.checkstyle.version> </properties> </profile> <profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2beea8b..9ee1a1a 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, Gary Gregory">Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.1 to 2.8.2 #498.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons.pmd-impl.version from 7.5.0 to 7.6.0 #501.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 #503.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 on Java 11 and up.</action> </release> <release version="76" date="2024-09-25" description="Version 76: Maintenance and update dependencies."> <!-- FIX -->