From 49498b7e7d4d46a2adda3edd56c5c56073d5e689 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 5 Apr 2021 22:03:47 -0500 Subject: [PATCH] Update nohttp-checkstyle to 0.0.5.RELEASE Closes gh-9554 --- .../groovy/io/spring/gradle/convention/CheckstylePlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy b/buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy index 53a32a83c0..f50a1b1f7b 100644 --- a/buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy +++ b/buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy @@ -36,7 +36,7 @@ class CheckstylePlugin implements Plugin { if (checkstyleDir.exists() && checkstyleDir.directory) { project.getPluginManager().apply('checkstyle') project.dependencies.add('checkstyle', 'io.spring.javaformat:spring-javaformat-checkstyle:0.0.15') - project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE') + project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.5.RELEASE') project.checkstyle { configDirectory = checkstyleDir