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/02/10 13:46:01 UTC

[maven-antrun-plugin] branch MANTRUN-213 created (now eaa915b)

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

slachiewicz pushed a change to branch MANTRUN-213
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git.


      at eaa915b  [MANTRUN-213] Bump plexus-utils from 3.1.0 to 3.3.0

This branch includes the following new commits:

     new eaa915b  [MANTRUN-213] Bump plexus-utils from 3.1.0 to 3.3.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-antrun-plugin] 01/01: [MANTRUN-213] Bump plexus-utils from 3.1.0 to 3.3.0

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MANTRUN-213
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git

commit eaa915bfeba64973fafe48184b74ba6a0b465f06
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Mon Oct 14 04:32:04 2019 +0000

    [MANTRUN-213] Bump plexus-utils from 3.1.0 to 3.3.0
    
    Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.1.0 to 3.3.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.1.0...plexus-utils-3.3.0)
    
    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 2a2db76..55c8f6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.1.0</version>
+      <version>3.3.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>