Skip to content

Commit da29472

Browse files
committed
Update Mockito to 2.13.0
1 parent 8a95098 commit da29472

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
@@ -25,7 +25,7 @@ repositories {
2525

2626
dependencies {
2727
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
28-
compile "org.mockito:mockito-core:2.12.0"
28+
compile "org.mockito:mockito-core:2.13.0"
2929

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

0 commit comments

Comments
 (0)