Skip to content

Commit 6af0904

Browse files
committed
Update Mockito to 2.2.9
1 parent 287065a commit 6af0904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mockito-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test.dependsOn testInlineMockito
4545
dependencies {
4646
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4747
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
48-
compile "org.mockito:mockito-core:2.2.6"
48+
compile "org.mockito:mockito-core:2.2.9"
4949

5050
/* Tests */
5151
testCompile "junit:junit:4.12"

0 commit comments

Comments
 (0)