#7: Upgraded commons-io to 2.0.1

This commit is contained in:
ETj 2011-05-13 01:43:37 +02:00
parent a838ee7f1d
commit 629e622b46

View File

@ -205,7 +205,7 @@
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<version>1.4</version> <version>2.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
@ -233,7 +233,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.8.1</version> <version>4.8.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>