Update EasyMock to 3.1 from 3.0.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1295099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-02-29 13:44:43 +00:00
parent 5715f15e32
commit 3dc4e77898
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@
<dependency> <dependency>
<groupId>org.easymock</groupId> <groupId>org.easymock</groupId>
<artifactId>easymock</artifactId> <artifactId>easymock</artifactId>
<version>3.0</version> <version>3.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>