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 2022/01/01 17:00:41 UTC

[maven-release] branch master updated: [MRELEASE-1076] Upgrade Plexus Utils to 3.4.1

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-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 53d6743  [MRELEASE-1076] Upgrade Plexus Utils to 3.4.1
53d6743 is described below

commit 53d6743ecee3f62067c31c083ffa68ad062dc75e
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jan 1 17:18:04 2022 +0100

    [MRELEASE-1076] Upgrade Plexus Utils to 3.4.1
    
    This closes #92
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b438e7b..23c792b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.0.15</version>
+        <version>3.4.1</version>
       </dependency>
       <dependency>
         <groupId>org.jdom</groupId>