From e21de811e270fac8cf0bb823f55b32af9a89fe5d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 20:35:50 +0000 Subject: [PATCH] Bump mockito-android from 3.2.4 to 3.3.1 (#696) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dfef58f08..e13e09270 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -198,7 +198,7 @@ dependencies { androidTestImplementation "io.mockk:mockk-android:$mockk" androidTestImplementation "androidx.room:room-testing:$room" androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" - androidTestImplementation "org.mockito:mockito-android:3.2.4" + androidTestImplementation "org.mockito:mockito-android:3.3.1" } apply plugin: 'com.google.gms.google-services'