1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-19 06:36:53 -06:00

Bump mockito-inline from 2.28.2 to 3.0.1 (#434)

This commit is contained in:
dependabot-preview[bot] 2019-07-09 07:40:24 +00:00 committed by GitHub
parent 68b37fc5dd
commit 12cf1e0b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ dependencies {
testImplementation "io.mockk:mockk:1.9.2" testImplementation "io.mockk:mockk:1.9.2"
testImplementation "org.threeten:threetenbp:1.4.0" testImplementation "org.threeten:threetenbp:1.4.0"
testImplementation "org.mockito:mockito-core:3.0.1" testImplementation "org.mockito:mockito-core:3.0.1"
testImplementation("org.mockito:mockito-inline:2.28.2") { testImplementation("org.mockito:mockito-inline:3.0.1") {
exclude group: "org.mockito", module: "mockito-core" exclude group: "org.mockito", module: "mockito-core"
} }