Skip to content

Commit a9a61af

Browse files
committed
Update Mockito to 2.7.21
1 parent a52ae86 commit a9a61af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mockito-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
dependencies {
2929
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3030
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
31-
compile "org.mockito:mockito-core:2.7.5"
31+
compile "org.mockito:mockito-core:2.7.21"
3232

3333
/* Tests */
3434
testCompile "junit:junit:4.12"

0 commit comments

Comments
 (0)