Bump mockito-inline from 3.0.7 to 3.0.8 (#516)

This commit is contained in:
dependabot-preview[bot] 2019-09-22 10:50:21 +00:00 committed by GitHub
parent 5d33cefe1d
commit 23b49e4b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,7 @@ dependencies {
testImplementation "io.mockk:mockk:$mockk"
testImplementation "org.threeten:threetenbp:1.4.0"
testImplementation "org.mockito:mockito-core:$mockito_core"
testImplementation("org.mockito:mockito-inline:3.0.7") {
testImplementation("org.mockito:mockito-inline:3.0.8") {
exclude group: "org.mockito", module: "mockito-core"
}