Merge pull request #3160 from OpenRefine/dependabot/maven/org.mockito-mockito-core-3.5.10

Bump mockito-core from 3.5.9 to 3.5.10
This commit is contained in:
Tom Morris 2020-09-04 12:50:31 -04:00 committed by GitHub
commit 4fbd84a031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.5.9</version>
<version>3.5.10</version>
<scope>test</scope>
</dependency>

View File

@ -151,7 +151,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.5.9</version>
<version>3.5.10</version>
<scope>test</scope>
</dependency>