From aac45257377a0632efc4618e7c0bf0edc34b2eb3 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Thu, 10 Jan 2019 12:28:48 -0500 Subject: [PATCH] Update to spring-build-conventions:0.0.23.RELEASE Fixes gh-6389 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index df4adab199..3e11a5df44 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.22.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {