From 05f3dd5176fd6d8bb708fbad989937f480d3b291 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 1 Oct 2019 17:23:28 -0700 Subject: [PATCH] Upgrade to Spring Build Conventions Gradle Plugin 0.0.27.RELEASE. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 89a21f6..99215a5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.26.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.27.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {