From 127a8b8c8a10d9c93bfc7e91e94b4bcb252eddeb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 1 May 2019 17:03:58 +0530 Subject: Update mockito and fix dependency updates task Signed-off-by: Harsh Shandilya --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4c90a102..1fc4f570 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -87,7 +87,7 @@ dependencies { // Testing-only dependencies androidTestImplementation("junit:junit:4.12") - androidTestImplementation("org.mockito:mockito-core:2.25.0") + androidTestImplementation("org.mockito:mockito-core:2.27.0") androidTestImplementation("androidx.test:runner:1.1.1") androidTestImplementation("androidx.test:rules:1.1.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.1.1") -- cgit v1.2.3