From 7d7e1a2d4564bbb4aa42107cc694739c87160955 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 05:41:25 +0000 Subject: [PATCH] Bump checkstyle from 8.41.1 to 8.44 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.41.1 to 8.44. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.41.1...checkstyle-8.44) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dcda7fd..6bd4ada 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ dependencies { testCompileOnly "org.checkerframework:checker-qual:${project.checkerQualVersion}" //Static code analysis. - checkstyle "com.puppycrawl.tools:checkstyle:8.41.1" + checkstyle "com.puppycrawl.tools:checkstyle:8.44" checkstyle "com.github.sevntu-checkstyle:sevntu-checks:1.38.0" if (!gradle4) {