Update io.spring.nohttp to 0.0.8

Closes gh-9753
This commit is contained in:
Rob Winch
2021-05-14 11:55:41 -05:00
parent 372c2b805b
commit cb4d03b9cd
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ class CheckstylePlugin implements Plugin<Project> {
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.7')
project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.8')
project.checkstyle {
configDirectory = checkstyleDir