From c354927ef3207f9915e1de07f19abd658e263813 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Tue, 27 Nov 2018 11:29:37 +0100 Subject: [PATCH] Upgrade spring-build-conventions to 0.0.22.RELEASE --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9fd50f36..8aa8a0f1 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { } dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.19.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.22.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } }