Skip to content

Commit

Permalink
Switch to Mockito Core and update to latest version. (#2877)
Browse files Browse the repository at this point in the history
  • Loading branch information
penmetsaa authored Jan 24, 2023
1 parent a2bbc93 commit 5666344
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 5666344

Please sign in to comment.