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 2023/02/09 20:23:25 UTC

[maven-doxia-site] branch master updated: Bump ant from 1.10.12 to 1.10.13

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 536b9e2  Bump ant from 1.10.12 to 1.10.13
536b9e2 is described below

commit 536b9e2ba3b6450a6bfeec237e5830c75db48a6f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 11 04:01:10 2023 +0000

    Bump ant from 1.10.12 to 1.10.13
    
    Bumps ant from 1.10.12 to 1.10.13.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.ant:ant
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b13c7f6..5de72c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@ under the License.
             <dependency>
               <groupId>org.apache.ant</groupId>
               <artifactId>ant</artifactId>
-              <version>1.10.12</version>
+              <version>1.10.13</version>
             </dependency>
           </dependencies>
         </plugin>