You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/03 14:34:26 UTC

[commons-build-plugin] branch master updated: Bump maven-plugin-tools-ant from 3.7.1 to 3.8.1 (#139)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0af785d  Bump maven-plugin-tools-ant from 3.7.1 to 3.8.1 (#139)
0af785d is described below

commit 0af785d0246535555b5a2b8d78e5426df98c1195
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 3 09:34:20 2023 -0500

    Bump maven-plugin-tools-ant from 3.7.1 to 3.8.1 (#139)
    
    Bumps maven-plugin-tools-ant from 3.7.1 to 3.8.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-tools-ant
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d4f051a..c225bd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
           <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-tools-ant</artifactId>
-            <version>3.7.1</version>
+            <version>3.8.1</version>
           </dependency>
         </dependencies>