Merge pull request #3356 from OpenRefine/dependabot/maven/org.mockito-mockito-core-3.6.28

Bump mockito-core from 3.6.0 to 3.6.28
This commit is contained in:
Tom Morris 2020-11-28 19:44:41 -05:00 committed by GitHub
commit e410e345d2
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.6.0</version> <version>3.6.28</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.6.0</version> <version>3.6.28</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>