Skip to content

Commit 585c702

Browse files
committed
Update Mockito to 2.23.0
1 parent c248ee3 commit 585c702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
compile files("${rootProject.projectDir}/mockito-kotlin/build/libs/mockito-kotlin-${rootProject.ext.versionName}.jar")
2323

2424
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
25-
compile "org.mockito:mockito-core:2.19.0"
25+
compile "org.mockito:mockito-core:2.23.0"
2626

2727
testCompile "junit:junit:4.12"
2828
testCompile "com.nhaarman:expect.kt:1.0.0"

0 commit comments

Comments
 (0)