This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git
commit f2dbb56deabc478c826429ce3a34b81b544be756 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Tue Sep 15 11:49:03 2020 +0200 [MANTRUN-227] More Ant dependency updates to IT --- src/it/custom-task-test/pom.xml | 2 +- src/it/filesets-test/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/it/custom-task-test/pom.xml b/src/it/custom-task-test/pom.xml index 4d3afa5..32d390f 100644 --- a/src/it/custom-task-test/pom.xml +++ b/src/it/custom-task-test/pom.xml @@ -34,7 +34,7 @@ under the License. <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.7</version> + <version>1.10.8</version> </dependency> </dependencies> diff --git a/src/it/filesets-test/pom.xml b/src/it/filesets-test/pom.xml old mode 100755 new mode 100644 index 659aeae..743aa0f --- a/src/it/filesets-test/pom.xml +++ b/src/it/filesets-test/pom.xml @@ -116,7 +116,7 @@ under the License. <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.7</version> + <version>1.10.8</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId>
