You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/10/03 18:28:58 UTC

[maven-site] 01/02: Bump ant from 1.10.8 to 1.10.9

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-site.git

commit addd60aeba765cae239af05019546163124c76ea
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Oct 3 20:27:48 2020 +0200

    Bump ant from 1.10.8 to 1.10.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 66ad135..f482520 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@
           <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
-            <version>1.10.8</version>
+            <version>1.10.9</version>
           </dependency>
         </dependencies>
         <executions>