Commit df67a075 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #20002 from dreis2211

* pr/20002:
  Upgrade to Ant 1.10.7

Closes gh-20002
parents 52659b1d 326092b6
...@@ -8,7 +8,7 @@ plugins { ...@@ -8,7 +8,7 @@ plugins {
description = "Spring Boot Antlib" description = "Spring Boot Antlib"
ext { ext {
antVersion = "1.9.3" antVersion = "1.10.7"
} }
configurations { configurations {
......
...@@ -25,8 +25,8 @@ plugins.withType(EclipsePlugin) { ...@@ -25,8 +25,8 @@ plugins.withType(EclipsePlugin) {
dependencies { dependencies {
antDependencies "org.apache.ivy:ivy:2.4.0" antDependencies "org.apache.ivy:ivy:2.4.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.9.3" antDependencies "org.apache.ant:ant-launcher:1.10.7"
antDependencies "org.apache.ant:ant:1.9.3" 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-tools:spring-boot-loader", configuration: "mavenRepository"))
testRepository(project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter", configuration: "mavenRepository")) testRepository(project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter", configuration: "mavenRepository"))
......
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