From 4742360c031d234d80058e97092c0b85eaf430b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2020 10:13:19 +0000 Subject: [PATCH] Bump mockito-inline from 3.5.6 to 3.5.7 Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.5.6 to 3.5.7. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.5.6...v3.5.7) Signed-off-by: dependabot-preview[bot] --- AnkiDroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnkiDroid/build.gradle b/AnkiDroid/build.gradle index 52a02b5c77..a17019b4fc 100644 --- a/AnkiDroid/build.gradle +++ b/AnkiDroid/build.gradle @@ -255,7 +255,7 @@ dependencies { api project(":api") testImplementation 'org.junit.vintage:junit-vintage-engine:5.6.2' - testImplementation 'org.mockito:mockito-inline:3.5.6' + testImplementation 'org.mockito:mockito-inline:3.5.7' testImplementation 'org.hamcrest:hamcrest-all:1.3' testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1' testImplementation "org.robolectric:robolectric:4.3.1"