From 3762968d6af8fddcb874f8cec94c5283534aadd7 Mon Sep 17 00:00:00 2001 From: Jon Schneider Date: Tue, 8 May 2018 20:07:20 -0500 Subject: [PATCH] spring-release 0.19.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 61516b333c..8ce2513a3f 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.0' + classpath 'io.spring.gradle:spring-release-plugin:0.19.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' @@ -79,4 +79,4 @@ task wrapper(type: Wrapper) { gradleVersion = '4.7' } -defaultTasks 'build' +defaultTasks 'build' \ No newline at end of file