Skip to content

Commit

Permalink
Merge pull request spring-projects#20002 from dreis2211
Browse files Browse the repository at this point in the history
* pr/20002:
  Upgrade to Ant 1.10.7

Closes spring-projectsgh-20002
  • Loading branch information
snicoll committed Feb 3, 2020
2 parents 52659b1 + 326092b commit df67a07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -8,7 +8,7 @@ plugins {
description = "Spring Boot Antlib"

ext {
antVersion = "1.9.3"
antVersion = "1.10.7"
}

configurations {
Expand Down
Expand Up @@ -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"))
Expand Down

0 comments on commit df67a07

Please sign in to comment.