Upgrade to Ivy 2.5.0

See gh-20022
pull/20032/head
dreis2211 5 years ago committed by Stephane Nicoll
parent cde92f0c08
commit e4a95a8047

@ -18,7 +18,7 @@ configurations {
dependencies {
antUnit "org.apache.ant:ant-antunit:1.3"
antIvy "org.apache.ivy:ivy:2.4.0"
antIvy "org.apache.ivy:ivy:2.5.0"
api(platform(project(":spring-boot-project:spring-boot-dependencies")))

@ -23,7 +23,7 @@ plugins.withType(EclipsePlugin) {
}
dependencies {
antDependencies "org.apache.ivy:ivy:2.4.0"
antDependencies "org.apache.ivy:ivy:2.5.0"
antDependencies project(path: ":spring-boot-project:spring-boot-tools:spring-boot-antlib")
antDependencies "org.apache.ant:ant-launcher:1.10.7"
antDependencies "org.apache.ant:ant:1.10.7"

Loading…
Cancel
Save