From 27774b6ab8b3261d638afa953103fb9c20a05d18 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Wed, 20 Oct 2021 12:44:44 +0200 Subject: [PATCH] Upgrade nohttp to 0.0.9 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 58a91cd..541d4cd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { dependencies { classpath 'io.spring.gradle:spring-build-conventions:0.0.37' - classpath 'io.spring.nohttp:nohttp-gradle:0.0.6.RELEASE' + classpath 'io.spring.nohttp:nohttp-gradle:0.0.9' } repositories {