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 {
27
27
compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
28
28
compileOnly ' org.jetbrains.kotlinx:kotlinx-coroutines-core:0.23.3'
29
29
30
- compile " org.mockito:mockito-core:2.13 .0"
30
+ compile " org.mockito:mockito-core:2.19 .0"
31
31
32
32
testCompile ' junit:junit:4.12'
33
33
testCompile ' com.nhaarman:expect.kt:1.0.0'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
compile files(" ${ rootProject.projectDir} /mockito-kotlin/build/libs/mockito-kotlin-${ rootProject.ext.versionName} .jar" )
23
23
24
24
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"
26
26
27
27
testCompile " junit:junit:4.12"
28
28
testCompile " com.nhaarman:expect.kt:1.0.0"
You can’t perform that action at this time.
0 commit comments