Bump mockito-core from 3.8.0 to 3.9.0

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
pull/106/head
dependabot[bot] 2021-04-26 07:02:33 +00:00 committed by Richard Körber
parent 26be85c494
commit 9ff379cd6a
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.8.0</version>
<version>3.9.0</version>
<scope>test</scope>
</dependency>
<dependency>