You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/06/10 13:30:15 UTC

[maven-wagon] branch master updated: [WAGON-560] Upgrade Plexus Utils to 3.2.0

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git


The following commit(s) were added to refs/heads/master by this push:
     new 933bd26  [WAGON-560] Upgrade Plexus Utils to 3.2.0
933bd26 is described below

commit 933bd26023421d8ed583a707b14e2fff94611d07
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jun 10 15:29:25 2019 +0200

    [WAGON-560] Upgrade Plexus Utils to 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5e85b46..11c63f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,7 +280,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.1.0</version>
+        <version>3.2.0</version>
       </dependency>
 
       <!-- for slf4j -->