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 1429117 Bump checkstyle from 9.0 to 9.0.1 1429117 is described below commit 14291172fec33040c4200428916b9cbb5fe7f37d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Oct 8 12:33:41 2021 +0000 Bump checkstyle from 9.0 to 9.0.1 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0 to 9.0.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0...checkstyle-9.0.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle 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 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index da03134..02272cd 100644 --- a/pom.xml +++ b/pom.xml @@ -571,7 +571,7 @@ <!-- The RC version used in the staging repository URL. --> <commons.rc.version>RC1</commons.rc.version> <checkstyle.version>3.1.2</checkstyle.version> - <checkstyle.dep.version>9.0</checkstyle.dep.version> + <checkstyle.dep.version>9.0.1</checkstyle.dep.version> <commons.site.path>collections</commons.site.path> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a74420c..ebdac95 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -207,6 +207,7 @@ Bump checkstyle from 8.44 to 8.45 #245. Bump checkstyle from 8.45 to 8.45.1 #246. Bump checkstyle from 8.45.1 to 9.0 #248. + Bump checkstyle from 9.0 to 9.0.1 #257. </action> <action dev="ggregory" type="update" due-to="Chen, Bruno P. Kinoshita, Gary Gregory, Michael Osipov"> Better NPE messages in CollectionUtils with Objects.requireNonNull #117.