Skip to content

Commit 05e7cd6

Browse files
committed
Merge pull request #20022 from dreis2211
* pr/20022: Upgrade to Ivy 2.5.0 Closes gh-20022
2 parents cde92f0 + e4a95a8 commit 05e7cd6

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

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ configurations {
1818

1919
dependencies {
2020
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"
2222

2323
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
2424

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins.withType(EclipsePlugin) {
2323
}
2424

2525
dependencies {
26-
antDependencies "org.apache.ivy:ivy:2.4.0"
26+
antDependencies "org.apache.ivy:ivy:2.5.0"
2727
antDependencies project(path: ":spring-boot-project:spring-boot-tools:spring-boot-antlib")
2828
antDependencies "org.apache.ant:ant-launcher:1.10.7"
2929
antDependencies "org.apache.ant:ant:1.10.7"

0 commit comments

Comments
 (0)