org.easymock:easymock:3.5.1 -> 3.6
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/c3de2d69 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/c3de2d69 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/c3de2d69 Branch: refs/heads/master Commit: c3de2d69ce9ad778a0bc22971cb8ff36dd0ee062 Parents: cf406e5 Author: Rob Tompkins <chtom...@gmail.com> Authored: Tue Aug 14 21:28:13 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Tue Aug 14 21:28:13 2018 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/c3de2d69/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 24455f8..d3fa77b 100644 --- a/pom.xml +++ b/pom.xml @@ -525,7 +525,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>3.5.1</version> + <version>3.6</version> <scope>test</scope> </dependency>