From 27f919748bdf70b4bebb645a873cd3c5777fab89 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 3 Feb 2016 17:18:44 +0000 Subject: [PATCH] Upgrade to the latest version of the Spring IO Plugin --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a286bdee..75fd5ae9 100644 --- a/build.gradle +++ b/build.gradle @@ -4,9 +4,9 @@ buildscript { maven { url 'https://repo.spring.io/plugins-release' } } dependencies { - classpath 'io.spring.gradle:dependency-management-plugin:0.5.3.RELEASE' + classpath 'io.spring.gradle:dependency-management-plugin:0.5.5.RELEASE' classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7' - classpath 'io.spring.gradle:spring-io-plugin:0.0.4.RELEASE' + classpath 'io.spring.gradle:spring-io-plugin:0.0.5.RELEASE' } }