Skip to content

Commit

Permalink
Merge pull request redislabs-training#29 from bsbodden/bsb/fix-mockit…
Browse files Browse the repository at this point in the history
…o-issue-with-java-17+

Upgrade Mockito to latest version
  • Loading branch information
Simon Prickett authored Sep 6, 2022
2 parents e1bffbc + b606c4c commit ac0500b
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 @@ -99,8 +99,8 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<artifactId>mockito-core</artifactId>
<version>4.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ac0500b

Please sign in to comment.