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:02 UTC

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

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>