From 92e488345df2991360115b4cb72fe286ef5f5c3f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 27 Jun 2023 09:40:12 +0100 Subject: [PATCH] Upgrade to nohttp 0.0.11 Closes gh-36074 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c9cb956a90..0795f569d4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "base" id "org.jetbrains.kotlin.jvm" apply false // https://youtrack.jetbrains.com/issue/KT-30276 - id "io.spring.nohttp" version "0.0.10" + id "io.spring.nohttp" version "0.0.11" } description = "Spring Boot Build"