Repository: commons-collections Updated Branches: refs/heads/master 6b9e6419f -> b5585aaa6
Update EasyMock from 3.6 to 4.0 to fix testing on Java 11. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/b5585aaa Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/b5585aaa Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/b5585aaa Branch: refs/heads/master Commit: b5585aaa60dd317dacfbd499aa6331c5065f3a60 Parents: 6b9e641 Author: Gary Gregory <[email protected]> Authored: Sun Oct 28 09:03:46 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sun Oct 28 09:03:46 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/b5585aaa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d311e42..88e85bd 100644 --- a/pom.xml +++ b/pom.xml @@ -450,7 +450,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>3.6</version> + <version>4.0</version> <scope>test</scope> </dependency> <dependency>
