From 360a26b34f2d722d4d178b06bd051372dac36e3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 07:37:48 +0000 Subject: [PATCH] Bump android-garden from 2.1.4 to 2.1.10 Bumps android-garden from 2.1.4 to 2.1.10. 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 5dd2ee7..3f6ae6f 100644 --- a/test/build.gradle +++ b/test/build.gradle @@ -64,7 +64,7 @@ dependencies { testCompile 'org.robolectric:robolectric:3.3.2' testCompile 'com.squareup:fest-android:1.0.0' testCompile 'com.google.guava:guava-jdk5:17.0' - testCompile('com.danikula:android-garden:2.1.4') { + testCompile('com.danikula:android-garden:2.1.10') { exclude group: 'com.google.android' } testCompile 'org.mockito:mockito-all:1.9.5'