You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bm...@apache.org on 2022/12/15 19:52:11 UTC

[maven-wrapper] 01/01: [MWRAPPER-77] update to plexus archiver 4.6.0

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

bmarwell pushed a commit to branch MWRAPPER-77_plexus_archiver
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git

commit 737729a4a118270e71cfbd5fd89515702d8a27a6
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Thu Dec 15 20:52:03 2022 +0100

    [MWRAPPER-77] update to plexus archiver 4.6.0
---
 maven-wrapper-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-wrapper-plugin/pom.xml b/maven-wrapper-plugin/pom.xml
index 483b568..6d71489 100644
--- a/maven-wrapper-plugin/pom.xml
+++ b/maven-wrapper-plugin/pom.xml
@@ -62,7 +62,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.5</version>
+      <version>4.6.0</version>
     </dependency>
 
     <!-- dependencies to annotations -->