Skip to content

Commit

Permalink
[MSHARED-1013] Upgrade Plexus Archiver to 4.2.7
Browse files Browse the repository at this point in the history
This closes #17
  • Loading branch information
michael-o committed Jan 2, 2022
1 parent b50de9d commit e449882
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e449882

Please # to comment.