From fd1c0a84b76f343843d54858be912c75ce1ba5f6 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Mon, 30 Jul 2018 02:56:42 +0200 Subject: [PATCH] Upgrade spring-build-conventions to 0.0.17.RELEASE --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bdb0d67..0506bcf 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.17.RELEASE' } repositories {