From c5b16bb0d0350cdf77ad0a8fe4da3c0858180327 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 07:04:29 +0000 Subject: [PATCH] Bump mockito-android from 3.0.2 to 3.0.4 (#450) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 62c83282b..f82d91d02 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -179,7 +179,7 @@ dependencies { androidTestImplementation "androidx.room:room-testing:$room" androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" androidTestImplementation "org.mockito:mockito-core:$mockito_core" - androidTestImplementation("org.mockito:mockito-android:3.0.2") { + androidTestImplementation("org.mockito:mockito-android:3.0.4") { exclude group: 'org.mockito', module: 'mockito-core' } }