From 7bb3df2176b36f6c163d84491c5f7845146fd29c Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 24 Jan 2018 15:07:32 -0600 Subject: [PATCH] spring-build-conventions:0.0.10.RELEASE --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 71d19a799d..ab946b6106 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.9.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.10.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {