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 8a95098 commit da29472Copy full SHA for da29472
mockito-kotlin/build.gradle
@@ -25,7 +25,7 @@ repositories {
25
26
dependencies {
27
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
28
- compile "org.mockito:mockito-core:2.12.0"
+ compile "org.mockito:mockito-core:2.13.0"
29
30
/* Tests */
31
testCompile "junit:junit:4.12"
0 commit comments