From 5c419f712cb2b38bb32a4cc0eab5bab049775504 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 05:48:59 +0000 Subject: [PATCH] Bump checkstyle from 8.41.1 to 8.43 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.41.1 to 8.43. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.41.1...checkstyle-8.43) 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..25233e3 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.43" checkstyle "com.github.sevntu-checkstyle:sevntu-checks:1.38.0" if (!gradle4) {