forked from github/wulkanowy-mirror
Bump mockito-core from 2.28.1 to 2.28.2 (#387)
This commit is contained in:
parent
96c400a0bd
commit
cf08d1ff24
@ -140,7 +140,7 @@ dependencies {
|
||||
testImplementation "junit:junit:4.12"
|
||||
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-core:2.28.2"
|
||||
testImplementation("org.mockito:mockito-inline:2.28.2") {
|
||||
exclude group: 'org.mockito', module: 'mockito-core'
|
||||
}
|
||||
@ -151,7 +151,7 @@ dependencies {
|
||||
androidTestImplementation "io.mockk:mockk-android:1.9.2"
|
||||
androidTestImplementation "androidx.room:room-testing:2.1.0-beta01"
|
||||
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
|
||||
androidTestImplementation "org.mockito:mockito-core:2.27.2"
|
||||
androidTestImplementation "org.mockito:mockito-core:2.28.2"
|
||||
androidTestImplementation('org.mockito:mockito-android:2.28.2') {
|
||||
exclude group: 'org.mockito', module: 'mockito-core'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user