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 a52ae86 commit a9a61afCopy full SHA for a9a61af
mockito-kotlin/build.gradle
@@ -28,7 +28,7 @@ repositories {
28
dependencies {
29
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
30
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
31
- compile "org.mockito:mockito-core:2.7.5"
+ compile "org.mockito:mockito-core:2.7.21"
32
33
/* Tests */
34
testCompile "junit:junit:4.12"
0 commit comments