From 17533bded14d4842f008dfb4189ca0ba29dd6d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 08:57:27 +0000 Subject: [PATCH] Bump robolectric from 4.4 to 4.5.1 Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.4 to 4.5.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.4...robolectric-4.5.1) Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index e99ed16e..2b8a6dab 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -39,7 +39,7 @@ ext.versions = [ kluent : "1.35", apacheCodecs : "1.10", testRunner : "1.0.1", - robolectric : "4.4", + robolectric : "4.5.1", dexter : "6.1.2", timber : "4.7.1", fastScroll : "2.0.1",