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 287065a commit 6af0904Copy full SHA for 6af0904
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.6"
+ compile "org.mockito:mockito-core:2.2.9"
49
50
/* Tests */
51
testCompile "junit:junit:4.12"
0 commit comments