From e4a95a80471344433b8a5225ba4f2818f2de12fd Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Mon, 3 Feb 2020 16:59:34 +0100 Subject: [PATCH] Upgrade to Ivy 2.5.0 See gh-20022 --- .../spring-boot-tools/spring-boot-antlib/build.gradle | 2 +- .../spring-boot-smoke-test-ant/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle b/spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle index 015985a60c..2e15b74027 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle @@ -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"))) diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.gradle b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.gradle index b63146c3ae..c474fdb88f 100644 --- a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.gradle +++ b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.gradle @@ -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"