Browse Source

Switch to Mockito Core and update to latest version. (#2877)

pull/2878/head
penmetsaa 3 years ago
committed by GitHub
parent
commit
5666344b42
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      java/pom.xml

+ 2
- 3
java/pom.xml View File

@ -237,10 +237,9 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<artifactId>mockito-core</artifactId>
<version>2.23.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save