Commit 05e7cd6f authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #20022 from dreis2211

* pr/20022:
  Upgrade to Ivy 2.5.0

Closes gh-20022
parents cde92f0c e4a95a80
...@@ -18,7 +18,7 @@ configurations { ...@@ -18,7 +18,7 @@ configurations {
dependencies { dependencies {
antUnit "org.apache.ant:ant-antunit:1.3" 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"))) api(platform(project(":spring-boot-project:spring-boot-dependencies")))
......
...@@ -23,7 +23,7 @@ plugins.withType(EclipsePlugin) { ...@@ -23,7 +23,7 @@ plugins.withType(EclipsePlugin) {
} }
dependencies { 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 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-launcher:1.10.7"
antDependencies "org.apache.ant:ant:1.10.7" antDependencies "org.apache.ant:ant:1.10.7"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment