From e08ac357dd8f75f94a1f7f15c60af83576ed5376 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Tue, 10 Oct 2017 22:06:01 +0200 Subject: [PATCH] Upgrade spring-build-conventions to 0.0.5.RELEASE --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e134a98b..cad94857 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.4.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.5.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {