From 3205f68f29b8d671f923d966ebd9879764d12417 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 27 Feb 2018 16:23:23 -0600 Subject: [PATCH] Update to spring-build-conventions:0.0.15.RELEASE Fixes: gh-5048 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 50c57d80a2..0aebd2deaf 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.13.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.15.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {