From 68b37fc5dde424594daaa381abc97e4c769dff1a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2019 07:22:24 +0000 Subject: [PATCH] Bump mockito-android from 2.28.2 to 3.0.1 (#435) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b052c10a9..f349aa496 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -170,7 +170,7 @@ dependencies { androidTestImplementation "androidx.room:room-testing:2.1.0" androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" androidTestImplementation "org.mockito:mockito-core:2.28.2" - androidTestImplementation("org.mockito:mockito-android:2.28.2") { + androidTestImplementation("org.mockito:mockito-android:3.0.1") { exclude group: 'org.mockito', module: 'mockito-core' } }