Skip to content

Commit

Permalink
Revert change in Mockito version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Aug 28, 2024
1 parent fb5c6ac commit 36b1b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.0.0</version>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 36b1b52

Please sign in to comment.