From 81a29f018abaa94e09ba8297e8b9677ba0e1f6c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:43:26 +0000 Subject: [PATCH] [Update]: Bump org.robolectric:robolectric from 4.11.1 to 4.12 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.11.1 to 4.12. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.11.1...robolectric-4.12) --- 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 2e5602e..6910d5c 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { coroutinesVersion = '1.8.0' appCompatVersion = '1.6.1' jUnitVersion = '4.13.2' - robolectricVersion = "4.11.1" + robolectricVersion = "4.12" mockkVersion = '1.13.10' turbineVersion = '1.1.0' androidxCoreTestingVersion = '1.5.0'