Upgrade to Ant 1.10.7

See gh-20002
This commit is contained in:
dreis2211 2020-02-01 17:07:01 +01:00 committed by Stephane Nicoll
parent 52659b1df4
commit 326092b69e
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ plugins {
description = "Spring Boot Antlib"
ext {
antVersion = "1.9.3"
antVersion = "1.10.7"
}
configurations {

View File

@ -25,8 +25,8 @@ plugins.withType(EclipsePlugin) {
dependencies {
antDependencies "org.apache.ivy:ivy:2.4.0"
antDependencies project(path: ":spring-boot-project:spring-boot-tools:spring-boot-antlib")
antDependencies "org.apache.ant:ant-launcher:1.9.3"
antDependencies "org.apache.ant:ant:1.9.3"
antDependencies "org.apache.ant:ant-launcher:1.10.7"
antDependencies "org.apache.ant:ant:1.10.7"
testRepository(project(path: ":spring-boot-project:spring-boot-tools:spring-boot-loader", configuration: "mavenRepository"))
testRepository(project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter", configuration: "mavenRepository"))