From 07f3333029f401df8eecee498abc23a899612a27 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 11:12:44 +0000 Subject: [PATCH] Bump mockito-android from 2.28.1 to 2.28.2 (#379) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7eba71a7..91380f14 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -152,7 +152,7 @@ dependencies { 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-android:2.28.1') { + androidTestImplementation('org.mockito:mockito-android:2.28.2') { exclude group: 'org.mockito', module: 'mockito-core' } }