Skip to content

Commit

Permalink
Upgrade mockito to version that works with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Sep 17, 2019
1 parent 7c97102 commit cd5d596
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 @@ -351,7 +351,7 @@ dependencies {

testCompile sourceSets.testUtils.output

testCompile "org.mockito:mockito-core:2.10.0"
testCompile "org.mockito:mockito-core:2.28.2"
testCompile "com.google.jimfs:jimfs:1.1"
}

Expand Down

0 comments on commit cd5d596

Please sign in to comment.