Update test from EasyMock 3.2 to 3.4. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744811 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/6cdf7f92 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/6cdf7f92 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/6cdf7f92 Branch: refs/heads/master Commit: 6cdf7f92d9ca0e89a37b0da422754266a048c754 Parents: ff4f018 Author: Gary D. Gregory <[email protected]> Authored: Fri May 20 23:03:50 2016 +0000 Committer: Gary D. Gregory <[email protected]> Committed: Fri May 20 23:03:50 2016 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/6cdf7f92/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0c6f24a..6a1e865 100644 --- a/pom.xml +++ b/pom.xml @@ -444,7 +444,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>3.2</version> + <version>3.4</version> <scope>test</scope> </dependency> </dependencies>
