From dbe5f92d84a2204efb9803b68ce40b13d859e1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 13:04:17 +0000 Subject: [PATCH] Bump mockito-core from 2.26.0 to 3.8.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.26.0 to 3.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.26.0...v3.8.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 804f5b34426..c363a892425 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ ext.deps = [ robolectric : 'org.robolectric:robolectric:4.5.1', junit : 'junit:junit:4.13.2', hamcrest : 'org.hamcrest:hamcrest-library:2.2', - mockito : 'org.mockito:mockito-core:2.26.0', + mockito : 'org.mockito:mockito-core:3.8.0', okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.1', leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.3', leakcanary2 : 'com.squareup.leakcanary:leakcanary-android:2.6',