From 3c625dd23fb459da28921183b624013960de936d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 06:02:34 +0000 Subject: [PATCH] Bump checkstyle from 8.41 to 8.41.1 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.41 to 8.41.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.41...checkstyle-8.41.1) 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 adcb00eb9..1c52e032b 100644 --- a/pom.xml +++ b/pom.xml @@ -560,7 +560,7 @@ RC1 3.1.2 - 8.41 + 8.41.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 57bea811c..1b49fb47b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -185,6 +185,7 @@ 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. + Bump checkstyle from 8.41 to 8.41.1 #222. Better NPE messages in CollectionUtils with Objects.requireNonNull #117.