From 1eb7a297d30e89b92722430dba559a3a19c833ac Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 18 Oct 2018 16:14:37 -0500 Subject: [PATCH] Update to spring-build-conventions:0.0.20.RELEASE Fixes: gh-5998 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b7d3601f8..7df6253ea1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.19.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.20.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {