From 13428376868ce12876781e1fbd5ce807d49eff53 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 11 Jan 2023 17:26:35 +0100 Subject: [PATCH] Upgrade to nohttp 0.0.11 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 41c6bad829..98d4fa1269 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'io.spring.nohttp' version '0.0.10' + id 'io.spring.nohttp' version '0.0.11' id 'io.freefair.aspectj' version '6.5.0.3' apply false // kotlinVersion is managed in gradle.properties id 'org.jetbrains.kotlin.plugin.serialization' version "${kotlinVersion}" apply false