From 581de8dfdedf5398b620ff7c2c94ee3c7728eab8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 3 Oct 2018 13:27:20 -0700 Subject: [PATCH] Upgrade to Spring Build Conventions Gradle Plugin 0.0.19.RELEASE. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fddc78cb..06213317 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.18.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.19.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {