File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-boot-project/spring-boot-tools/spring-boot-antlib
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ configurations {
18
18
19
19
dependencies {
20
20
antUnit " org.apache.ant:ant-antunit:1.3"
21
- antIvy " org.apache.ivy:ivy:2.4 .0"
21
+ antIvy " org.apache.ivy:ivy:2.5 .0"
22
22
23
23
api(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
24
24
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins.withType(EclipsePlugin) {
23
23
}
24
24
25
25
dependencies {
26
- antDependencies " org.apache.ivy:ivy:2.4 .0"
26
+ antDependencies " org.apache.ivy:ivy:2.5 .0"
27
27
antDependencies project(path : " :spring-boot-project:spring-boot-tools:spring-boot-antlib" )
28
28
antDependencies " org.apache.ant:ant-launcher:1.10.7"
29
29
antDependencies " org.apache.ant:ant:1.10.7"
You can’t perform that action at this time.
0 commit comments