Skip to content

Commit

Permalink
Upgrade to Ivy 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 authored and snicoll committed Feb 3, 2020
1 parent cde92f0 commit e4a95a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e4a95a8

Please sign in to comment.