From ab37a7a28006280d7807ce5bbb7aebd2e061a6b1 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 10 Feb 2020 13:54:28 -0600 Subject: [PATCH] Update to spring-build-conventions:0.0.29.RELEASE Closes gh-7974 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e0b1fc032..5fb8887e27 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.29.BUILD-SNAPSHOT' + classpath 'io.spring.gradle:spring-build-conventions:0.0.29.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"