Skip to content

Commit

Permalink
Update mockito-core dependency (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amokrane committed May 5, 2021
1 parent 30bb379 commit d90ced6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockito-kotlin/build.gradle
Expand Up @@ -25,7 +25,7 @@ dependencies {
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'

compile "org.mockito:mockito-core:3.8.0"
compile "org.mockito:mockito-core:3.9.0"

testCompile 'junit:junit:4.12'
testCompile 'com.nhaarman:expect.kt:1.0.0'
Expand Down

0 comments on commit d90ced6

Please sign in to comment.