From 2b1a9d348f283c1f237a970b3445979483c89a2d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 05:54:42 +0000 Subject: [PATCH] Bump robolectric from 3.3.2 to 4.5.1 Bumps [robolectric](https://github.com/robolectric/robolectric) from 3.3.2 to 4.5.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-3.3.2...robolectric-4.5.1) Signed-off-by: dependabot-preview[bot] --- test/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build.gradle b/test/build.gradle index 5dd2ee7d..18bc4fc2 100644 --- a/test/build.gradle +++ b/test/build.gradle @@ -61,7 +61,7 @@ dependencies { compile project(':library') testCompile 'org.slf4j:slf4j-simple:1.7.21' testCompile 'junit:junit:4.12' - testCompile 'org.robolectric:robolectric:3.3.2' + testCompile 'org.robolectric:robolectric:4.5.1' testCompile 'com.squareup:fest-android:1.0.0' testCompile 'com.google.guava:guava-jdk5:17.0' testCompile('com.danikula:android-garden:2.1.4') {