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
The following commit(s) were added to refs/heads/master by this push:
new bbd9c79 [MANTRUN-227] Upgrade Apache Ant to 1.10.10
bbd9c79 is described below
commit bbd9c7979c407422953be276cf2dd554cb09961e
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Apr 19 13:56:18 2021 +0200
[MANTRUN-227] Upgrade Apache Ant to 1.10.10
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7fc978e..b3ca40b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@ under the License.
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.10.8</version>
+ <version>1.10.10</version>
</dependency>
<dependency>