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