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 @@ -23,7 +23,7 @@ dependencies {
2323 compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
2424 compileOnly ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'
2525
26- compile " org.mockito:mockito-core:4.0.0 "
26+ compile " org.mockito:mockito-core:4.5.1 "
2727
2828 testCompile ' junit:junit:4.12'
2929 testCompile ' com.nhaarman:expect.kt:1.0.1'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 compile files(" ${ rootProject.projectDir} /mockito-kotlin/build/libs/mockito-kotlin-${ version} .jar" )
2222
2323 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
24- compile " org.mockito:mockito-core:4.0.0 "
24+ compile " org.mockito:mockito-core:4.5.1 "
2525
2626 testCompile " junit:junit:4.12"
2727 testCompile " com.nhaarman:expect.kt:1.0.1"
You can’t perform that action at this time.
0 commit comments