File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
2828 compileOnly ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.23.3'
2929
30- compile " org.mockito:mockito-core:2.13 .0"
30+ compile " org.mockito:mockito-core:2.19 .0"
3131
3232 testCompile ' junit:junit:4.12'
3333 testCompile ' com.nhaarman:expect.kt:1.0.0'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 compile files(" ${ rootProject.projectDir} /mockito-kotlin/build/libs/mockito-kotlin-${ rootProject.ext.versionName} .jar" )
2323
2424 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
25- compile " org.mockito:mockito-core:2.13 .0"
25+ compile " org.mockito:mockito-core:2.19 .0"
2626
2727 testCompile " junit:junit:4.12"
2828 testCompile " com.nhaarman:expect.kt:1.0.0"
You can’t perform that action at this time.
0 commit comments