Update io.spring.nohttp to 0.0.10

Closes gh-10412
This commit is contained in:
Steve Riesenberg
2021-10-18 14:20:05 -05:00
parent fafde0910f
commit 020dd90566
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.8')
project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.10')
project.checkstyle {
configDirectory = checkstyleDir