瀏覽代碼

Update nohttp-checkstyle to 0.0.5.RELEASE

Closes gh-9554
Rob Winch 4 年之前
父節點
當前提交
49498b7e7d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy

+ 1 - 1
buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy

@@ -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.3.RELEASE')
+				project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.5.RELEASE')
 
 				project.checkstyle {
 					configDirectory = checkstyleDir