From 1695d108412e83d81c29b0c3778ebe1dbad015f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 04:39:55 +0000 Subject: [PATCH] Bump robolectric from 4.3.1 to 4.4 Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.3.1 to 4.4. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.3.1...robolectric-4.4) 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..ad1f0376 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.4', rxjava : '2.2.19', rxAndroid : '2.1.1', okhttp3 : '3.11.0',