Update gradle plugin versions

This commit is contained in:
Phillip Webb 2013-07-30 09:22:08 -07:00
parent 6c11fd3b5e
commit 7cde4f1503
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ buildscript {
maven { url "http://repo.springsource.org/plugins-release" } maven { url "http://repo.springsource.org/plugins-release" }
} }
dependencies { dependencies {
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.3") classpath("org.springframework.build.gradle:propdeps-plugin:0.0.4")
classpath("org.springframework.build.gradle:docbook-reference-plugin:0.2.6") classpath("org.springframework.build.gradle:docbook-reference-plugin:0.2.7")
} }
} }