Skip to content

Commit

Permalink
Use Mockito 4.11.0
Browse files Browse the repository at this point in the history
Wrapper tests fail to run on older versions of Mockito
  • Loading branch information
mdoube committed Apr 8, 2024
1 parent d010832 commit ac36915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modern/wrapperPlugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<!-- overriding scijava version until scijava is updated -->
<version>4.11.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit ac36915

Please sign in to comment.