Bump mockito-inline from 3.0.6 to 3.0.7 (#497)

This commit is contained in:
dependabot-preview[bot] 2019-09-09 08:25:29 +00:00 committed by GitHub
parent c87de7b3c2
commit e65000ec2c
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.6") {
testImplementation("org.mockito:mockito-inline:3.0.7") {
exclude group: "org.mockito", module: "mockito-core"
}