From 3ba6407e22ac0cda36e6260f058d38871904aad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 12:30:17 +0000 Subject: [PATCH] Bump checkstyle from 9.1 to 9.2 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.1...checkstyle-9.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... 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 05cc76ac1..b91659c9c 100644 --- a/pom.xml +++ b/pom.xml @@ -577,7 +577,7 @@ RC1 3.1.2 - 9.1 + 9.2 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 a4b89b0c6..fd8cf4002 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -215,6 +215,7 @@ Bump checkstyle from 8.45.1 to 9.0 #248. Bump checkstyle from 9.0 to 9.0.1 #257. Bump checkstyle from 9.0.1 to 9.1 #263. + Bump checkstyle from 9.1 to 9.2 #270. Better NPE messages in CollectionUtils with Objects.requireNonNull #117.