From 05422b2dab144edbcda2d32dfefd3fc8abe076ad Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 1 Oct 2024 13:09:51 -0600 Subject: [PATCH] Update to nohttp 0.0.11 Closes gh-929 --- .../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 cf9730c3..4ed89b8b 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.10') + project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.11') project.checkstyle { configDirectory = checkstyleDir