From c3aac41c27cca06fd10e31debd2500e341d88868 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 04:33:17 +0000 Subject: [PATCH] Bump robolectric from 4.3.1 to 4.5 Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.3.1 to 4.5. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.3.1...robolectric-4.5) Signed-off-by: dependabot-preview[bot] --- app-v3/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-v3/build.gradle b/app-v3/build.gradle index 864b9202..195aa151 100644 --- a/app-v3/build.gradle +++ b/app-v3/build.gradle @@ -66,7 +66,7 @@ ext { glassfish : '10.0-b28', mockito : '2.23.0', junit : '4.13', - robolectric : '4.3.1', + robolectric : '4.5', rxjava : '2.2.19', rxAndroid : '2.1.1', okhttp3 : '3.11.0',