Skip to content

Commit 05a65ec

Browse files
committed
Update Mockito to 2.2.22
1 parent 62f3170 commit 05a65ec

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
@@ -26,7 +26,7 @@ repositories {
2626
dependencies {
2727
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2828
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
29-
compile "org.mockito:mockito-core:2.2.17"
29+
compile "org.mockito:mockito-core:2.2.22"
3030

3131
/* Tests */
3232
testCompile "junit:junit:4.12"

0 commit comments

Comments
 (0)