This is an automated email from the ASF dual-hosted git repository. mthmulders pushed a commit to branch revert-111-dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.3 in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit f0a5bfb49495fe556c5e186f7b30e117ada001ec Author: Maarten Mulders <[email protected]> AuthorDate: Wed Oct 14 07:36:04 2020 +0200 Revert "Bump plexus-archiver from 4.2.2 to 4.2.3 (#111)" This reverts commit 77b213cef77fd2dddaf3d61f6d40ddc55b0056bf. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 76b0063..4da55ce 100644 --- a/pom.xml +++ b/pom.xml @@ -193,7 +193,7 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> - <version>4.2.3</version> + <version>4.2.2</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
