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 a4c5183 Bump checkstyle from 8.45.1 to 9.0.1 (#811) a4c5183 is described below commit a4c518313063d189ce9d8e9ad90663d9ac8c88d0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Oct 8 15:16:52 2021 -0400 Bump checkstyle from 8.45.1 to 9.0.1 (#811) Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to 9.0.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45.1...checkstyle-9.0.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... 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 323b478..64e3e8d 100644 --- a/pom.xml +++ b/pom.xml @@ -632,7 +632,7 @@ <commons.encoding>utf-8</commons.encoding> <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version> - <checkstyle.version>8.45.1</checkstyle.version> + <checkstyle.version>9.0.1</checkstyle.version> <checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir> <spotbugs.plugin.version>4.4.1</spotbugs.plugin.version>