Upgraded Mockito version to 2.21.0
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/5b85d5ee Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/5b85d5ee Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/5b85d5ee Branch: refs/heads/master Commit: 5b85d5eecfb80a9ee5bda498663d4556e692e8f0 Parents: 1a375d8 Author: Goldstein Lyor <[email protected]> Authored: Wed Aug 22 11:41:19 2018 +0300 Committer: Goldstein Lyor <[email protected]> Committed: Wed Aug 22 12:53:33 2018 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/5b85d5ee/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e047b16..37db2ad 100644 --- a/pom.xml +++ b/pom.xml @@ -477,7 +477,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>2.20.0</version> + <version>2.21.0</version> </dependency> <!-- Used by mockito --> <dependency>
