From 07fd0721c553ef6379af8b9355f27a1ec5ba1f8b Mon Sep 17 00:00:00 2001 From: Jon Schneider Date: Fri, 21 Jul 2017 14:19:37 -0500 Subject: [PATCH] Upgrade to spring-release 0.4.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e229cd06d5..00ce5da85e 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath 'org.ow2.asm:asm:5.0.3' - classpath 'io.spring.gradle:spring-release-plugin:0.3.0' + classpath 'io.spring.gradle:spring-release-plugin:0.4.0' classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:3.2.0' classpath 'me.champeau.gradle:jmh-gradle-plugin:0.4.4' classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0-M4'