From 5b0bb8a3a14974c2571891777345ed7440cb5205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 13:05:30 +0000 Subject: [PATCH] build(deps): bump robolectric from 4.7.3 to 4.8 Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.3 to 4.8. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.3...robolectric-4.8) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fbc478538..278c321ec 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ buildscript { androidXTestCoreVersion = '1.4.0' androidXTestExtKotlinRunnerVersion = '1.1.3' androidXTestRulesVersion = '1.2.0-beta01' - robolectricVersion = '4.7.3' + robolectricVersion = '4.8' archTestingVersion = '2.1.0' espressoVersion = '3.4.0'