From aeff8e20bb92b7340142bd58fc3d96f17d662e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 06:40:57 +0000 Subject: [PATCH] Bump checkstyle from 8.40 to 8.41 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.40 to 8.41. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.40...checkstyle-8.41) 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 625d68e12..90ca6e66e 100644 --- a/pom.xml +++ b/pom.xml @@ -560,7 +560,7 @@ RC1 3.1.2 - 8.40 + 8.41 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 8ea1cdccf..a6251450e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -184,6 +184,7 @@ Bump checkstyle from 8.37 to 8.38 #199. Bump checkstyle from 8.38 to 8.39 #204. Bump checkstyle from 8.39 to 8.40 #212. + Bump checkstyle from 8.40 to 8.41 #218. Better NPE messages in CollectionUtils with Objects.requireNonNull #117.