From 493e53bdbf9c689403fe5e8cf1686a89add814a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 13:13:44 +0000 Subject: [PATCH] Bump robolectric from 3.0 to 4.4 Bumps [robolectric](https://github.com/robolectric/robolectric) from 3.0 to 4.4. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-3.0...robolectric-4.4) 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..4d829d4 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.4' testCompile 'org.apache.maven:maven-ant-tasks:2.1.3' }