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 62f3170 commit 05a65ecCopy full SHA for 05a65ec
mockito-kotlin/build.gradle
@@ -26,7 +26,7 @@ repositories {
26
dependencies {
27
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
28
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
29
- compile "org.mockito:mockito-core:2.2.17"
+ compile "org.mockito:mockito-core:2.2.22"
30
31
/* Tests */
32
testCompile "junit:junit:4.12"
0 commit comments