From 2aec1d39d98e88a731e894c8cc389886dd1a0657 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 24 Oct 2018 20:39:10 -0700 Subject: [PATCH] Upgrade to the Spring Build Conventions Gradle Plugin 0.0.20.RELEASE. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 28c342c..7cb53bf 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.20.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {