From 31f1fbf095e4b3b2317f3477db9ad68507f18588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 18:03:44 +0000 Subject: [PATCH] Bump robolectric from 4.8.1 to 4.9.1 Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.8.1 to 4.9.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.8.1...robolectric-4.9.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 3a772f7d..5afce4e1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -60,7 +60,7 @@ dependencyResolutionManagement { library("hilt-compiler", "androidx.hilt:hilt-compiler:1.0.0") library("testing-junit", "junit:junit:4.13.2") - library("testing-robolectric", "org.robolectric:robolectric:4.8.1") + library("testing-robolectric", "org.robolectric:robolectric:4.9.1") library("testing-androidx-junit", "androidx.test.ext:junit:1.1.3") library("testing-androidx-core", "androidx.test:core:1.4.0")