From fc4307abf6775cdc06a2d26fa04f4a8e0eb61d2a Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 17 May 2018 15:35:14 -0700 Subject: [PATCH] Upgrade to the Spring Build Conventions (for Gradle) 0.0.15.RELEASE. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c705b60..fac7956 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 {