From 289b11b873a5b4974868d14aec1999e4f7b24f3e Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Mon, 12 Apr 2021 10:50:22 +0200 Subject: [PATCH] Update to nohttp 0.0.6.RELEASE Closes gh-9609 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bd7f59749b..18cf56e8a0 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { dependencies { classpath 'io.spring.gradle:spring-build-conventions:0.0.23.1.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" - classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE' + classpath 'io.spring.nohttp:nohttp-gradle:0.0.6.RELEASE' classpath "io.freefair.gradle:aspectj-plugin:4.0.2" } repositories {