Upgrade dependency management plugin for compatibility with Gradle 2.5
Closes gh-3334
This commit is contained in:
parent
d7e0e754e2
commit
b3b648f050
|
|
@ -53,7 +53,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.spring.gradle</groupId>
|
<groupId>io.spring.gradle</groupId>
|
||||||
<artifactId>dependency-management-plugin</artifactId>
|
<artifactId>dependency-management-plugin</artifactId>
|
||||||
<version>0.5.1.RELEASE</version>
|
<version>0.5.2.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jline</groupId>
|
<groupId>jline</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue