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/05/27 21:47:44 UTC

[maven-doxia-site] branch master updated: 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-doxia-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e654fa9  Bump ant from 1.10.7 to 1.10.8
e654fa9 is described below

commit e654fa9637434891e63b13fc69a736f7a7cad16d
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Thu May 14 05:06:11 2020 +0000

    Bump ant from 1.10.7 to 1.10.8
    
    Bumps ant from 1.10.7 to 1.10.8.
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 21d3642..9066251 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,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>
         </plugin>