Upgrade dependency management plugin for compatibility with Gradle 2.5

Closes gh-3334
This commit is contained in:
Andy Wilkinson 2015-07-01 13:40:55 +01:00
parent d7e0e754e2
commit b3b648f050

View File

@ -53,7 +53,7 @@
<dependency>
<groupId>io.spring.gradle</groupId>
<artifactId>dependency-management-plugin</artifactId>
<version>0.5.1.RELEASE</version>
<version>0.5.2.RELEASE</version>
</dependency>
<dependency>
<groupId>jline</groupId>