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 01b9409 Bump maven-checkstyle-plugin 3.3.0 to 3.3.1 01b9409 is described below commit 01b94096368673e58782bf692481ec6a1458da79 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 24 07:25:30 2023 -0400 Bump maven-checkstyle-plugin 3.3.0 to 3.3.1 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a23ad8..31563b0 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ <commons.build-helper.version>3.4.0</commons.build-helper.version> <commons.build-plugin.version>1.13</commons.build-plugin.version> <commons.changes.version>2.12.1</commons.changes.version> - <commons.checkstyle-plugin.version>3.3.0</commons.checkstyle-plugin.version> + <commons.checkstyle-plugin.version>3.3.1</commons.checkstyle-plugin.version> <commons.checkstyle.version>9.3</commons.checkstyle.version> <commons.cobertura.version>2.7</commons.cobertura.version> <commons.compiler.version>3.11.0</commons.compiler.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8f57c01..d4039ed 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-jxr-plugin from 3.3.0 to 3.3.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-plugin from 3.1.2 to 3.2.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-report-plugin from 3.1.2 to 3.2.1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-checkstyle-plugin 3.3.0 to 3.3.1.</action> </release> <release version="64" date="2023-10-06" description="Version 64: Maintenance and update dependencies"> <!-- FIX -->