This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit fcc7a4c99aeef07103cbc8e19e92da2f906144f8 Author: Lyor Goldstein <[email protected]> AuthorDate: Tue Jul 9 09:41:42 2019 +0300 Upgraded Mockito version to 3.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9e3ae78..014c737 100644 --- a/pom.xml +++ b/pom.xml @@ -538,7 +538,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>2.28.2</version> + <version>3.0.0</version> </dependency> <!-- Used by mockito --> <dependency>
