Skip to content

Commit

Permalink
Update Mockito to 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Dec 27, 2016
1 parent 1ee6493 commit 9f827eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockito-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile "org.mockito:mockito-core:2.3.9"
compile "org.mockito:mockito-core:2.4.5"

/* Tests */
testCompile "junit:junit:4.12"
Expand Down

0 comments on commit 9f827eb

Please sign in to comment.