From 67031a277d5cc94145fc4171f4eb7e985857e369 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 27 Nov 2017 13:25:46 -0600 Subject: [PATCH] Use spring-build-conventions:0.0.8.RELEASE --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8c9f80a327..709a337003 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.6.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.8.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {