From 23f762844c017958dcd6446b4253296be0a11d90 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 3 Mar 2020 23:17:00 -0600 Subject: [PATCH] Update to spring-build-conventions:0.0.31.RELEASE Closes gh-8058 gh-8025 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3e309d9f2e..2f3dd3a912 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.30.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.31.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" classpath 'io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE' classpath "io.freefair.gradle:aspectj-plugin:4.0.2"