This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
commit 95c8528f397363462c47bc155e150bf8145034d0 Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Dec 24 08:41:28 2024 -0500 Bump org.apache.ant:ant 1.10.14 to 1.10.15 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8b8d019d..01d03e5f 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <collections4.version>4.5.0-M3</collections4.version> <jsch.version>0.1.55</jsch.version> <httpclient3.version>3.1</httpclient3.version> - <ant.version>1.10.14</ant.version> + <ant.version>1.10.15</ant.version> <!-- For VFS, somehow, SPDX >= 0.6.0 requires Java 11 (maybe because it's a multi-module project). --> <commons.spdx.version>0.5.5</commons.spdx.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 41fea890..e157cd5e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -389,7 +389,7 @@ The <action> type attribute can be add,update,fix,remove. Bump org.apache.commons:commons-collections4 from 4.4 to 4.5.0-M3 #643. </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> - Bump ant:ant 1.6.5 to org.apache.ant:ant 1.10.14. + Bump ant:ant 1.6.5 to org.apache.ant:ant 1.10.15. </action> </release> <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8 or above.">
