1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update io.spring.nohttp to 0.0.7

Closes gh-9711
This commit is contained in:
Rob Winch
2021-05-03 14:40:41 -05:00
parent df83105599
commit 5a7e096d0c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ dependencies {
implementation 'io.spring.gradle:docbook-reference-plugin:0.3.1'
implementation 'io.spring.gradle:propdeps-plugin:0.0.10.RELEASE'
implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.15'
implementation 'io.spring.nohttp:nohttp-gradle:0.0.6.RELEASE'
implementation 'io.spring.nohttp:nohttp-gradle:0.0.7'
implementation 'org.asciidoctor:asciidoctor-gradle-jvm:3.1.0'
implementation 'org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.1.0'
implementation 'org.hidetake:gradle-ssh-plugin:2.10.1'
@@ -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.6.RELEASE')
project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.7')
project.checkstyle {
configDirectory = checkstyleDir