You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/13 16:46:03 UTC

[maven-plugin-testing] 01/01: update plexus archiver

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

elharo pushed a commit to branch deps2
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git

commit c691e28e252ad4eed45043bb1fe4318eb23fd5b3
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jun 13 12:45:44 2020 -0400

    update plexus archiver
---
 maven-plugin-testing-harness/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml
index b4a6284..8a708a7 100644
--- a/maven-plugin-testing-harness/pom.xml
+++ b/maven-plugin-testing-harness/pom.xml
@@ -68,7 +68,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>2.2</version>
+      <version>4.2.2</version>
     </dependency>
   </dependencies>