From b9b4cc36b93e1948c6f04abd48f769c84520e663 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 04:37:04 +0000 Subject: [PATCH] Bump robolectric from 4.3.1 to 4.6.1 Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.3.1 to 4.6.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.3.1...robolectric-4.6.1) 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..48699b3a 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.6.1', rxjava : '2.2.19', rxAndroid : '2.1.1', okhttp3 : '3.11.0',