From b1dc9c9be95876cdc7200f6fea1f302d668e1ed1 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 23 Jan 2020 12:32:00 -0800 Subject: [PATCH] Upgrade to Spring Build Conventions Gradle Plugin 0.0.28.RELEASE. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c455ee5..280e246 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.27.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.28.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {