Skip to content

Commit

Permalink
Update Mockito to 2.1.0 (#4682)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe authored and akarnokd committed Oct 10, 2016
1 parent e654e9b commit 5209ba3
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 @@ -27,7 +27,7 @@ dependencies {
compile 'org.reactivestreams:reactive-streams:1.0.0'

testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:2.1.0-RC.2'
testCompile 'org.mockito:mockito-core:2.1.0'

perfCompile 'org.openjdk.jmh:jmh-core:1.13'
perfCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.13'
Expand Down

0 comments on commit 5209ba3

Please sign in to comment.