We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f12032 commit a831657Copy full SHA for a831657
mockito-kotlin/build.gradle
@@ -45,7 +45,7 @@ test.dependsOn testInlineMockito
45
dependencies {
46
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
47
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
48
- compile "org.mockito:mockito-core:2.2.9"
+ compile "org.mockito:mockito-core:2.2.15"
49
50
/* Tests */
51
testCompile "junit:junit:4.12"
0 commit comments