From 69bb7f5b4f39e2e75ee97cd5a56fd02d115bcc69 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Thu, 23 Jul 2020 09:15:56 -0400 Subject: [PATCH] Update to spring-build-conventions:0.0.33.RELEASE --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5a903ed..03329f3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.31.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.33.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:latest.release" }