From 66cfd7b52ca482c85eabb8fbe1982439e699858e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 10:04:50 +0000 Subject: [PATCH] Bump mockito-android from 3.0.8 to 3.0.11 (#527) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 170bad50..f56e6f2b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -199,7 +199,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.8") { + androidTestImplementation("org.mockito:mockito-android:3.0.11") { exclude group: 'org.mockito', module: 'mockito-core' } }