Skip to content

Commit

Permalink
Rollback to Mockito 4.11 because of support for Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Jun 22, 2024
1 parent 40707ac commit 3711f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ext {
opentest4jVersion = '1.3.0'
archunitVersion = '1.3.0'
assertJVersion = '3.26.0'
mockitoVersion = '5.11.0'
mockitoVersion = '4.11.0' // Mockito 5+ no longer supports Java 8
systemLambdaVersion = '1.2.1'
errorproneVersion = '2.28.0'
kotlinVersion = '2.0.0'
Expand Down

0 comments on commit 3711f6d

Please sign in to comment.