From e2cdf7481d015bf4e1ec1058cad8663a69c1d13b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 04:56:41 +0000 Subject: [PATCH] Bump mockito-core from 3.8.0 to 3.11.2 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.11.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.11.2) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a4e44d8..eb0975f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ ext.deps = [ junit : 'junit:junit:4.13.2', truth : 'com.google.truth:truth:1.1.2', robolectric : 'org.robolectric:robolectric:4.3.1', - mockitoCore : 'org.mockito:mockito-core:3.8.0', + mockitoCore : 'org.mockito:mockito-core:3.11.2', utilsVerifier : 'com.github.karczews:utilsverifier:1.0.0' ]