From a6c47120a44a2fdc431a8ff40bbd7d0b44ded88d Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 12 Feb 2020 12:10:32 -0600 Subject: [PATCH] Update to spring-build-conventions:0.0.30.RELEASE Issue gh-7973 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5fb8887e27..c08ab0f454 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.29.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.30.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"