Skip to content

Commit

Permalink
Update Mockito Core to version 5.12.0 (#67)
Browse files Browse the repository at this point in the history
The previous version only supported running tests on JDK-11.
  • Loading branch information
sgjesse authored Jul 29, 2024
1 parent 9b2b951 commit d09ec39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ subprojects {
guava: 'com.google.guava:guava:31.1-android',
findbugs: 'com.google.code.findbugs:jsr305:1.3.9',
junit: 'junit:junit:4.12',
mockito: 'org.mockito:mockito-core:1.10.19',
mockito: 'org.mockito:mockito-core:5.12.0',
antlr_runtime: 'org.antlr:antlr-runtime:3.5.2',
antlr: 'org.antlr:antlr:3.5.2',
stringtemplate: 'org.antlr:stringtemplate:3.2.1',
Expand Down

0 comments on commit d09ec39

Please sign in to comment.