Skip to content

Commit 8a13278

Browse files
committed
Update io.spring.nohttp to 0.0.6.RELEASE
Closes gh-9622
1 parent f30ee19 commit 8a13278

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
dependencies {
33
classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion"
4-
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
4+
classpath 'io.spring.nohttp:nohttp-gradle:0.0.6.RELEASE'
55
classpath "io.freefair.gradle:aspectj-plugin:5.3.3.3"
66
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
77
}

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
implementation 'io.spring.gradle:docbook-reference-plugin:0.3.1'
7272
implementation 'io.spring.gradle:propdeps-plugin:0.0.10.RELEASE'
7373
implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.15'
74-
implementation 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
74+
implementation 'io.spring.nohttp:nohttp-gradle:0.0.6.RELEASE'
7575
implementation 'org.asciidoctor:asciidoctor-gradle-jvm:3.1.0'
7676
implementation 'org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.1.0'
7777
implementation 'org.hidetake:gradle-ssh-plugin:2.10.1'

buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CheckstylePlugin implements Plugin<Project> {
3636
if (checkstyleDir.exists() && checkstyleDir.directory) {
3737
project.getPluginManager().apply('checkstyle')
3838
project.dependencies.add('checkstyle', 'io.spring.javaformat:spring-javaformat-checkstyle:0.0.15')
39-
project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.5.RELEASE')
39+
project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.6.RELEASE')
4040

4141
project.checkstyle {
4242
configDirectory = checkstyleDir

0 commit comments

Comments
 (0)