Skip to content

Commit 9e22d40

Browse files
Update io.spring.nohttp to 0.0.11
Closes gh-13394
1 parent c54a191 commit 9e22d40

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
@@ -3,7 +3,7 @@ import io.spring.gradle.IncludeRepoTask
33
buildscript {
44
dependencies {
55
classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion"
6-
classpath 'io.spring.nohttp:nohttp-gradle:0.0.10'
6+
classpath 'io.spring.nohttp:nohttp-gradle:0.0.11'
77
classpath "io.freefair.gradle:aspectj-plugin:6.2.0"
88
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
99
classpath "com.netflix.nebula:nebula-project-plugin:8.2.0"

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'
9494
implementation 'com.github.spullara.mustache.java:compiler:0.9.4'
9595
implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.15'
96-
implementation 'io.spring.nohttp:nohttp-gradle:0.0.10'
96+
implementation 'io.spring.nohttp:nohttp-gradle:0.0.11'
9797
implementation 'net.sourceforge.htmlunit:htmlunit:2.37.0'
9898
implementation 'org.hidetake:gradle-ssh-plugin:2.10.1'
9999
implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.29.0'

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.10')
39+
project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.11')
4040

4141
project.checkstyle {
4242
configDirectory = checkstyleDir

0 commit comments

Comments
 (0)