Update tests from Apache Commons IO 2.5 to 2.6.
This commit is contained in:
parent
27cdc55728
commit
0e39fe3bed
2
pom.xml
2
pom.xml
|
@ -47,7 +47,7 @@ CSV files of various types.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
<artifactId>commons-io</artifactId>
|
<artifactId>commons-io</artifactId>
|
||||||
<version>2.5</version>
|
<version>2.6</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue