Skip to content

Commit e449882

Browse files
committed
[MSHARED-1013] Upgrade Plexus Archiver to 4.2.7
This closes #17
1 parent b50de9d commit e449882

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,23 @@
8484
</dependency>
8585
<!--
8686
! Pulled in as a direct dependency to resolve conflicts.
87-
! We want the most recent commons-io compatible to the target JDK.
87+
! We want the most recent commons-io/commons-compress compatible to the target JDK.
8888
-->
8989
<dependency>
9090
<groupId>commons-io</groupId>
9191
<artifactId>commons-io</artifactId>
9292
<version>2.6</version>
9393
</dependency>
94+
<dependency>
95+
<groupId>org.apache.commons</groupId>
96+
<artifactId>commons-compress</artifactId>
97+
<version>1.20</version>
98+
</dependency>
9499

95100
<dependency>
96101
<groupId>org.codehaus.plexus</groupId>
97102
<artifactId>plexus-archiver</artifactId>
98-
<version>4.2.4</version>
103+
<version>4.2.7</version>
99104
</dependency>
100105
<!--
101106
! plexus-archiver needs this, or else maven-artifact will

0 commit comments

Comments
 (0)