From 7b467a88e08a385874cfae1504d2b74535424d6e Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Mon, 10 Sep 2018 22:48:58 +0200 Subject: [PATCH] Upgrade spring-build-conventions to 0.0.18.RELEASE --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bdb0d67..21ffe3f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.14.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.18.RELEASE' } repositories {