This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch stabilize in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
commit 4bf3895e89ba620fcdb0205b2bb700f97eb7ec86 Author: rfscholte <[email protected]> AuthorDate: Sat Oct 17 11:07:57 2020 +0200 Update plexus archiver (to solve JDK-8177809) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 445fa74..5f95e5e 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> - <version>4.2.2</version> + <version>4.2.3</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
