Skip to content

Commit 663a889

Browse files
o Updated to upgrade 'commons-io' to 2.5.
Closes #32
1 parent 3a70488 commit 663a889

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
<artifactId>plexus-io</artifactId>
5959
<version>2.7.1</version>
6060
</dependency>
61+
<dependency>
62+
<!-- Upgrade to transitive dependency of 'plexus-io' which is JDK 5+ only. -->
63+
<groupId>commons-io</groupId>
64+
<artifactId>commons-io</artifactId>
65+
<version>2.5</version>
66+
</dependency>
6167
<dependency>
6268
<groupId>org.apache.commons</groupId>
6369
<artifactId>commons-compress</artifactId>

0 commit comments

Comments
 (0)