From d29d98defb6d8229af056d47ada3933a7ccc2c33 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2020 20:01:24 +0000 Subject: [PATCH] Bump fest-android from 1.0.0 to 1.0.8 Bumps [fest-android](https://github.com/square/fest-android) from 1.0.0 to 1.0.8. - [Release notes](https://github.com/square/fest-android/releases) - [Changelog](https://github.com/square/assertj-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/fest-android/compare/1.0.0...1.0.8) 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..374c631 100644 --- a/test/build.gradle +++ b/test/build.gradle @@ -62,7 +62,7 @@ dependencies { testCompile 'org.slf4j:slf4j-simple:1.7.21' testCompile 'junit:junit:4.12' testCompile 'org.robolectric:robolectric:3.3.2' - testCompile 'com.squareup:fest-android:1.0.0' + testCompile 'com.squareup:fest-android:1.0.8' testCompile 'com.google.guava:guava-jdk5:17.0' testCompile('com.danikula:android-garden:2.1.4') { exclude group: 'com.google.android'