From 46b47b80aa1dfe18b85c8349cd18541c577d49e4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Sep 2021 08:59:41 +0100 Subject: [PATCH] Upgrade to NoHTTP 0.0.10 Closes gh-28112 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e7c331a94f..96d83bd66f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "org.jetbrains.kotlin.jvm" apply false // https://youtrack.jetbrains.com/issue/KT-30276 - id "io.spring.nohttp" version "0.0.6.RELEASE" + id "io.spring.nohttp" version "0.0.10" } description = "Spring Boot Build"