diff --git a/app/build.gradle b/app/build.gradle index a55efec9f..d87fe7e70 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' }