1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 01:19:08 -05:00

Bump mockito-inline from 2.27.5 to 2.28.1 (#372)

This commit is contained in:
dependabot-preview[bot] 2019-05-29 00:16:10 +00:00 committed by GitHub
parent 89acc2f384
commit 387e46f72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ dependencies {
testImplementation "io.mockk:mockk:1.9.2"
testImplementation 'org.threeten:threetenbp:1.4.0'
testImplementation "org.mockito:mockito-core:2.28.1"
testImplementation("org.mockito:mockito-inline:2.27.5") {
testImplementation("org.mockito:mockito-inline:2.28.1") {
exclude group: 'org.mockito', module: 'mockito-core'
}