From 0aebfd63c6cee9940649bd21aba7794ba36f9f4f Mon Sep 17 00:00:00 2001 From: Jon Schneider Date: Tue, 12 Jun 2018 15:31:05 -0500 Subject: [PATCH] spring-release 0.20.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 79e4952735..aa3ead8321 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.19.1' + classpath 'io.spring.gradle:spring-release-plugin:0.20.1' 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'