From 7cda9fe1f2f1792a8519890e4e407bb0086f9615 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 13:32:09 +0000 Subject: [PATCH] Bump robolectric from 3.0 to 4.6.1 Bumps [robolectric](https://github.com/robolectric/robolectric) from 3.0 to 4.6.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-3.0...robolectric-4.6.1) Signed-off-by: dependabot-preview[bot] --- decor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decor/build.gradle b/decor/build.gradle index 52adc03..9345dfc 100644 --- a/decor/build.gradle +++ b/decor/build.gradle @@ -48,7 +48,7 @@ dependencies { testCompile 'junit:junit:4.12' testCompile "org.mockito:mockito-core:3.0.0" testCompile 'org.easytesting:fest-assert-core:2.0M10' - testCompile 'org.robolectric:robolectric:3.0' + testCompile 'org.robolectric:robolectric:4.6.1' testCompile 'org.apache.maven:maven-ant-tasks:2.1.3' }