Upgrade to the latest version of the Spring IO Plugin

This commit is contained in:
Andy Wilkinson
2016-02-03 17:18:44 +00:00
parent 28476c2d08
commit 27f919748b

View File

@@ -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'
}
}