From 5243bb69a76c36aec4d30286af7cd0a9a9529e6d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 20:32:31 +0000 Subject: [PATCH] Bump checkstyle from 8.36.1 to 8.36.2 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36.1 to 8.36.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.36.1...checkstyle-8.36.2) 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 dc53c2d69..8824f37f6 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ buildscript { } dependencies { classpath 'com.github.ben-manes:gradle-versions-plugin:0.27.0' - classpath 'com.puppycrawl.tools:checkstyle:8.36.1' + classpath 'com.puppycrawl.tools:checkstyle:8.36.2' classpath 'gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.5.0' classpath 'io.franzbecker:gradle-lombok:4.0.0' classpath 'io.spring.gradle:dependency-management-plugin:1.0.10.RELEASE'