This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch MSHARED-1013 in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
commit e44988258196b183db2da00386befc265a2e2917 Author: Michael Osipov <[email protected]> AuthorDate: Sun Jan 2 12:34:42 2022 +0100 [MSHARED-1013] Upgrade Plexus Archiver to 4.2.7 This closes #17 --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c4a3f18..d03451c 100644 --- a/pom.xml +++ b/pom.xml @@ -84,18 +84,23 @@ </dependency> <!-- ! Pulled in as a direct dependency to resolve conflicts. - ! We want the most recent commons-io compatible to the target JDK. + ! We want the most recent commons-io/commons-compress compatible to the target JDK. --> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.6</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-compress</artifactId> + <version>1.20</version> + </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> - <version>4.2.4</version> + <version>4.2.7</version> </dependency> <!-- ! plexus-archiver needs this, or else maven-artifact will
