From 43f92b9da4f1135bb5f59f068741d5ae2240c981 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Tue, 26 Mar 2019 18:31:57 -0400 Subject: [PATCH] Update to spring-build-conventions 0.0.25.RELEASE Fixes gh-6682 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3e11a5df44..a264c9fe6a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.25.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {