Merge pull request #3131 from OpenRefine/dependabot/maven/org.mockito-mockito-core-3.5.7

Bump mockito-core from 3.5.2 to 3.5.7
This commit is contained in:
Tom Morris 2020-08-29 18:59:27 -04:00 committed by GitHub
commit ad0d30aed8
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> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<version>3.5.2</version> <version>3.5.7</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

View File

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