Skip to content

Commit

Permalink
Update pom.xml to use Mockito 4.11.0
Browse files Browse the repository at this point in the history
Mockito 4.11.0 is the last version that supports Java 8. The previous version stopped working with Maven, Eclipse, etc.
  • Loading branch information
mdoube authored Apr 8, 2024
1 parent 0424e37 commit a8bfdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2229,7 +2229,7 @@
<edu.mines.mines-jtk.version>${mines-jtk.version}</edu.mines.mines-jtk.version>

<!-- Mockito - https://site.mockito.org/ -->
<mockito.version>2.19.0</mockito.version>
<mockito.version>4.11.0</mockito.version>
<mockito-core.version>${mockito.version}</mockito-core.version>
<org.mockito.mockito-core.version>${mockito-core.version}</org.mockito.mockito-core.version>

Expand Down

0 comments on commit a8bfdc4

Please sign in to comment.