From 728e7e5f3662fb8e8b8bbc44e3851a69d1781935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 06:03:19 +0000 Subject: [PATCH] Bump checkstyle from 8.41.1 to 8.42 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.41.1 to 8.42. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.41.1...checkstyle-8.42) 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 a5bada6bd..bd4879195 100644 --- a/pom.xml +++ b/pom.xml @@ -560,7 +560,7 @@ RC1 3.1.2 - 8.41.1 + 8.42 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 73415cd07..db57c380d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -186,6 +186,7 @@ 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. + Bump checkstyle from 8.41.1 to 8.42 #234. Better NPE messages in CollectionUtils with Objects.requireNonNull #117.