Skip to content

Commit

Permalink
Mockito core version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoom10 committed Apr 5, 2021
1 parent ede4e1d commit 1654828
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@
<artifactId>annotations</artifactId>
<version>12.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-core -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.16.0</version>
<version>2.22.0</version>
<scope>test</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.hsqldb/hsqldb -->
Expand Down

0 comments on commit 1654828

Please sign in to comment.