From e491542c805642d6290e219ed20bf1709ba62aaf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 06:22:37 +0000 Subject: [PATCH] Bump checkstyle from 8.36 to 8.44 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36 to 8.44. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.36...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 2d36183..8291e10 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ repositories { } dependencies { - implementation 'com.puppycrawl.tools:checkstyle:8.36' + implementation 'com.puppycrawl.tools:checkstyle:8.44' testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.1") testImplementation("org.junit.jupiter:junit-jupiter-params:5.6.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.1")