Skip to content

Commit

Permalink
Use 38.0.0-SNAPSHOT, which now includes Mockito 4.11.0
Browse files Browse the repository at this point in the history
Will need to be replaced by 38.0.0 release version later on.
  • Loading branch information
mdoube committed Apr 9, 2024
1 parent 73ba688 commit 036d2e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Modern/wrapperPlugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@
<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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>34.1.0</version>
<version>38.0.0-SNAPSHOT</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 036d2e3

Please sign in to comment.