diff --git a/build.gradle b/build.gradle index 86e56ec1..bee4caf2 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ configure(allprojects) { } dependencies { - testRuntimeOnly("io.spring.nohttp:nohttp:0.0.10") + testRuntimeOnly("io.spring.nohttp:nohttp:0.0.11") } if (project.hasProperty("springFrameworkVersion") || project.hasProperty("springBootVersion")) {