From 8716a3e6446689601eb453ddc704e5c9175bea73 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 5 Jun 2019 09:52:24 -0500 Subject: [PATCH] Update to nohttp 0.0.2.RELEASE Closes gh-6955 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 02308afd58..25a6dcd652 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { dependencies { classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" - classpath 'io.spring.nohttp:nohttp-gradle:0.0.1.RELEASE' + classpath 'io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE' } repositories { maven { url 'https://repo.spring.io/plugins-snapshot' }