From 72a902009e871aaa5ac271dbc91047f7fcf24ebc Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Tue, 20 Feb 2018 07:34:06 +0100 Subject: [PATCH] Upgrade spring-build-conventions to 0.0.13.RELEASE --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cce57739..45388abe 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.9.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.13.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {