Merge pull request #3100 from OpenRefine/dependabot/maven/org.mockito-mockito-core-3.5.2

Bump mockito-core from 3.5.0 to 3.5.2
This commit is contained in:
Tom Morris 2020-08-19 12:47:56 -04:00 committed by GitHub
commit 92ad819e34
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.0</version>
<version>3.5.2</version>
<scope>test</scope>
</dependency>

View File

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