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/08/12 06:14:01 UTC

[maven-site] 01/03: Bump ant from 1.10.7 to 1.10.8

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 14749b96dfbc16e950ec8636ee5c75fe60c545d4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 12 06:09:25 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index 0829e00..8c7c5d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@
           <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
-            <version>1.10.7</version>
+            <version>1.10.8</version>
           </dependency>
         </dependencies>
         <executions>