Skip to content

Commit ccbf212

Browse files
committed
Update to nohttp 0.0.11
Closes gh-929
1 parent 88eca51 commit ccbf212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CheckstylePlugin implements Plugin<Project> {
3636
if (checkstyleDir.exists() && checkstyleDir.directory) {
3737
project.getPluginManager().apply('checkstyle')
3838
project.dependencies.add('checkstyle', 'io.spring.javaformat:spring-javaformat-checkstyle:0.0.15')
39-
project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.10')
39+
project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.11')
4040

4141
project.checkstyle {
4242
configDirectory = checkstyleDir

0 commit comments

Comments
 (0)