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 16:18:12 UTC

[maven-release] 01/01: [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 MRELEASE-1076
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit 0e541e84faf7d152b474e27f1147e82bff8af141
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 c6488ce..1f5a263 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>