You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2019/07/23 09:12:58 UTC

[maven] branch master updated: [MNG-6718] Upgrade to plexus-utils 3.2.1 (#271)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 74e8532  [MNG-6718] Upgrade to plexus-utils 3.2.1 (#271)
74e8532 is described below

commit 74e85329fc8c6f942381935f8cd8e12e9a25e5ba
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Tue Jul 23 11:12:51 2019 +0200

    [MNG-6718] Upgrade to plexus-utils 3.2.1 (#271)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af2618d..c3f4bcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@ under the License.
     <mockitoVersion>2.21.0</mockitoVersion>
     <plexusVersion>2.0.0</plexusVersion>
     <plexusInterpolationVersion>1.25</plexusInterpolationVersion>
-    <plexusUtilsVersion>3.2.0</plexusUtilsVersion>
+    <plexusUtilsVersion>3.2.1</plexusUtilsVersion>
     <guiceVersion>4.2.1</guiceVersion>
     <sisuInjectVersion>0.3.3</sisuInjectVersion>
     <wagonVersion>3.3.3</wagonVersion>