Bump mockito-core from 4.6.1 to 4.9.0

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.9.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.9.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-19 22:01:18 +00:00
committed by GitHub
parent 0e20c69ac9
commit 2fe758dad8
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.6.1</version>
<version>4.9.0</version>
<scope>test</scope>
</dependency>

View File

@@ -77,7 +77,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.6.1</version>
<version>4.9.0</version>
<scope>test</scope>
</dependency>
<dependency>