From 5cbec8af84c77d7e80956af2013d32f375fe001e Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Wed, 20 Oct 2021 12:23:07 +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 f527fa1..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.8' + classpath 'io.spring.nohttp:nohttp-gradle:0.0.9' } repositories {