From 7159c6a54b45449c40220b127dc8172644f552c3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 09:32:11 +0000 Subject: [PATCH] Bump robolectric from 4.3.1 to 4.5.1 Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.3.1 to 4.5.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.3.1...robolectric-4.5.1) 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..bec2ac2 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ ext.deps = [ supportAnnotations: 'androidx.annotation:annotation:1.1.0', junit : 'junit:junit:4.13.2', truth : 'com.google.truth:truth:1.1.2', - robolectric : 'org.robolectric:robolectric:4.3.1', + robolectric : 'org.robolectric:robolectric:4.5.1', mockitoCore : 'org.mockito:mockito-core:3.8.0', utilsVerifier : 'com.github.karczews:utilsverifier:1.0.0' ]