From d8ffc14eb6a14cf47e2f8e056c683bb410d24419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 23:03:16 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.4 to 4.11.1 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.4 to 4.11.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.4...robolectric-4.11.1) --- 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 eada2939a..cd53d8a39 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ buildscript { junitGradlePluignVersion = '1.6.1.0' junitVersion = '5.5.2' mockkVersion = '1.10.2' - robolectricVersion = '4.4' + robolectricVersion = '4.11.1' truthVersion = '1.1' vintageJunitVersion = '4.12'