Update tests from Apache Commons IO 2.4 to 2.5.

This commit is contained in:
ggregory 2016-04-22 16:34:13 -07:00
parent e830027629
commit 38bafd283f
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<version>2.5</version>
<scope>test</scope>
</dependency>