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-lang.git
The following commit(s) were added to refs/heads/master by this push: new c18356109 Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (#943) c18356109 is described below commit c18356109c683c86494a6a11f5ccd4f6bed519ea Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Aug 26 15:48:31 2022 -0400 Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (#943) Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases) - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 45b17d0c9..a0f4b99be 100644 --- a/pom.xml +++ b/pom.xml @@ -634,7 +634,7 @@ <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <commons.encoding>utf-8</commons.encoding> - <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version> + <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version> <checkstyle.version>9.3</checkstyle.version> <checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>