Upgraded Mockito version to 2.23.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/03e6846e Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/03e6846e Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/03e6846e Branch: refs/heads/master Commit: 03e6846ea31f9dbfc23c5281ac320fdd1aaf9fb8 Parents: 14de61b Author: Lyor Goldstein <[email protected]> Authored: Thu Oct 11 20:22:32 2018 +0300 Committer: Goldstein Lyor <[email protected]> Committed: Sun Oct 14 07:42:35 2018 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/03e6846e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 033611a..8ac8f3d 100644 --- a/pom.xml +++ b/pom.xml @@ -508,7 +508,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>2.22.0</version> + <version>2.23.0</version> </dependency> <!-- Used by mockito --> <dependency>
