This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push: new ae870195b Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 ae870195b is described below commit ae870195ba26e67152546254dd415903d05dd3c1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jan 13 12:01:50 2023 +0000 Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases) - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.0...maven-checkstyle-plugin-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 89b1c0ac1..41b22beca 100644 --- a/pom.xml +++ b/pom.xml @@ -573,7 +573,7 @@ <commons.jira.pid>12310465</commons.jira.pid> <!-- The RC version used in the staging repository URL. --> <commons.rc.version>RC1</commons.rc.version> - <checkstyle.version>3.2.0</checkstyle.version> + <checkstyle.version>3.2.1</checkstyle.version> <checkstyle.dep.version>9.3</checkstyle.dep.version> <commons.site.path>collections</commons.site.path> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2cd703cea..a99903210 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -244,7 +244,7 @@ Fixed the typo and deal the NPE with Objects.requireNonNull #118. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> - Bump maven-checkstyle-plugin 3.1.0 to 3.2.0. + Bump maven-checkstyle-plugin 3.1.0 to 3.2.1 #379. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump checkstyle 8.29 9.3 #179, #184, #192, #199, #204, #212, #218, #222, #234, #240, #243, #245, #246, #248, #257, #263, #270, #271, #277.