From 89acc2f384df5df3f119c0ac50b8a9d1a9f3955d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 28 May 2019 23:59:19 +0000 Subject: [PATCH] Bump mockito-android from 2.27.5 to 2.28.1 (#373) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2476ef173..7764eff3b 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.27.5') { + androidTestImplementation('org.mockito:mockito-android:2.28.1') { exclude group: 'org.mockito', module: 'mockito-core' } }