Update to spring-io-plugin-0.0.5.RELEASE

Fixes gh-4051
This commit is contained in:
Rob Winch 2016-08-30 11:26:18 -05:00
parent 995d88952d
commit 927ef9ba05
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buildscript {
}
dependencies {
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")
classpath("com.bmuschko:gradle-tomcat-plugin:2.2.4")
classpath('me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1')
classpath('org.asciidoctor:asciidoctor-gradle-plugin:1.5.1')