Merge pull request #292 from apache/dependabot/maven/org.mockito-mockito-core-4.10.0

Bump mockito-core from 4.9.0 to 4.10.0
This commit is contained in:
Gary Gregory 2022-12-16 11:20:33 -05:00 committed by GitHub
commit b358bbd958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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