Merge pull request #3155 from OpenRefine/dependabot/maven/org.mockito-mockito-core-3.5.9

Bump mockito-core from 3.5.7 to 3.5.9
This commit is contained in:
Tom Morris 2020-09-02 13:18:46 -04:00 committed by GitHub
commit a61a0526c1
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.7</version> <version>3.5.9</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.7</version> <version>3.5.9</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>