Upgraded Mockito version to 2.22.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/a912138f Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/a912138f Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/a912138f Branch: refs/heads/master Commit: a912138f761748bbbb01070856e285ba002e8fa9 Parents: 074fda2 Author: Lyor Goldstein <[email protected]> Authored: Wed Oct 3 20:36:43 2018 +0300 Committer: Goldstein Lyor <[email protected]> Committed: Thu Oct 4 08:50:08 2018 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/a912138f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fa75c9d..525e2ba 100644 --- a/pom.xml +++ b/pom.xml @@ -508,7 +508,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>2.21.0</version> + <version>2.22.0</version> </dependency> <!-- Used by mockito --> <dependency>
