Merge pull request #20022 from dreis2211

* pr/20022:
  Upgrade to Ivy 2.5.0

Closes gh-20022
This commit is contained in:
Stephane Nicoll 2020-02-03 17:36:16 +01:00
commit 05e7cd6f2b
2 changed files with 2 additions and 2 deletions

View File

@ -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")))

View File

@ -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"