Repository: commons-lang Updated Branches: refs/heads/master 97ade3f6e -> 0fcd4ce92
Update EasyMock from 3.6 to 4.0 to fix testing on Java 11. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/0fcd4ce9 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/0fcd4ce9 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/0fcd4ce9 Branch: refs/heads/master Commit: 0fcd4ce92ad860a47ae85b1fc7b7e5cd35c8738e Parents: 97ade3f Author: Gary Gregory <[email protected]> Authored: Sun Oct 28 09:11:14 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sun Oct 28 09:11:14 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/0fcd4ce9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e753dc7..422e333 100644 --- a/pom.xml +++ b/pom.xml @@ -553,7 +553,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>3.6</version> + <version>4.0</version> <scope>test</scope> </dependency>
