mirror of https://github.com/apache/maven.git
[pom] Update commons-io to 2.5
This commit is contained in:
parent
0e8dd0e503
commit
15d67d8bdd
|
@ -49,7 +49,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
<artifactId>commons-io</artifactId>
|
<artifactId>commons-io</artifactId>
|
||||||
<version>2.4</version>
|
<version>2.5</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Using zip util class, should be replaced with a zip lib -->
|
<!-- Using zip util class, should be replaced with a zip lib -->
|
||||||
|
|
Loading…
Reference in New Issue