Updating dependencies

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1199817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-11-09 16:11:44 +00:00
parent 163731256b
commit c0903f0d25
1 changed files with 2 additions and 2 deletions

View File

@ -434,14 +434,14 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.0.1</version>
<version>2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.5.2</version>
<version>3.0</version>
<scope>test</scope>
</dependency>
</dependencies>