From 0ac7e91d36eaac6cf7af35dd6e88b284c3385d16 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 05:47:36 +0000 Subject: [PATCH] Bump robolectric from 3.3.2 to 4.6.1 Bumps [robolectric](https://github.com/robolectric/robolectric) from 3.3.2 to 4.6.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-3.3.2...robolectric-4.6.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..b8b59339 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.6.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') {