We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee6493 commit 9f827ebCopy full SHA for 9f827eb
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.3.9"
+ compile "org.mockito:mockito-core:2.4.5"
32
33
/* Tests */
34
testCompile "junit:junit:4.12"
0 commit comments