From 14291172fec33040c4200428916b9cbb5fe7f37d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 12:33:41 +0000 Subject: [PATCH] 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] --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index da03134e3..02272cd07 100644 --- a/pom.xml +++ b/pom.xml @@ -571,7 +571,7 @@ RC1 3.1.2 - 9.0 + 9.0.1 collections https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a74420cb7..ebdac95c7 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. Better NPE messages in CollectionUtils with Objects.requireNonNull #117.