From dd048a4cd064909265bde00ae2f66ced6e6bc1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 12:02:23 +0000 Subject: [PATCH] Bump checkstyle from 8.43 to 8.44 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.43 to 8.44. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.43...checkstyle-8.44) --- 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 f72a0b7b6..9674dcc55 100644 --- a/pom.xml +++ b/pom.xml @@ -560,7 +560,7 @@ RC1 3.1.2 - 8.43 + 8.44 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 4b1513243..40f28af3e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -188,6 +188,7 @@ Bump checkstyle from 8.41 to 8.41.1 #222. Bump checkstyle from 8.41.1 to 8.42 #234. Bump checkstyle from 8.42 to 8.43 #240. + Bump checkstyle from 8.43 to 8.44 #243. Better NPE messages in CollectionUtils with Objects.requireNonNull #117.