Skip to content

Commit

Permalink
Revert to Mockito 4 to keep Java 8 support (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacqu committed Jun 20, 2023
1 parent 30b4795 commit 0a1cb3e
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 @@ -41,7 +41,7 @@
<project.jdkVersion>1.8</project.jdkVersion>

<junit.version>5.9.2</junit.version>
<mockito.version>5.4.0</mockito.version>
<mockito.version>4.11.0</mockito.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 0a1cb3e

Please sign in to comment.