From 5506b3be72ddfd303b204353566f1c56d6680a66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 05:45:24 +0000 Subject: [PATCH] Bump checkstyle from 8.41.1 to 8.45 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.41.1 to 8.45. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.41.1...checkstyle-8.45) 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..1711a55 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.45" checkstyle "com.github.sevntu-checkstyle:sevntu-checks:1.38.0" if (!gradle4) {