diff --git a/CHANGELOG.md b/CHANGELOG.md index ae349dc..5c83479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ # IvyIDEA Changelog ## [Unreleased] +- Upgraded internal Apache Ivy to 2.5.3 ## [1.0.19] - The action "Resolve for current module" was no longer available. This has been fixed. diff --git a/README.md b/README.md index a1c8a3a..abef258 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Resolves module dependencies through Ivy Features: -- Apache Ivy integration (up to v2.5.2); no need for external ant build scripts to be called +- Apache Ivy integration (up to v2.5.3); no need for external ant build scripts to be called - Automatic ivy configuration of modules using facets (for modules containing an ivy.xml file) - Detection of dependencies that are really other intellij modules in the same project; these are added as module references - Detect source/document/jar type ivy artifacts in dependencies and add them as such to the module @@ -12,4 +12,4 @@ Features: - Properties can be injected into the ivy resolve process -https://github.com/guymahieu/ivyidea/blob/wiki/ProjectHome.md \ No newline at end of file +https://github.com/guymahieu/ivyidea/blob/wiki/ProjectHome.md diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b0e89a9..0884371 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] # libraries annotations = "24.0.1" -ivy = "2.5.2" +ivy = "2.5.3" httpclient = "4.5.13" oro = "2.0.8" vfs2 = "2.2"