From 32ad4e340aface00933263d83624238a8e6d3f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:49:28 +0000 Subject: [PATCH] chore(deps): 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 71b96fcba..b60a75921 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ project.ext { navVersion : "${navVersion}", junitVersion : '4.13.2', - robolectricVersion : '4.11.1', + robolectricVersion : '4.12', testCoreVersion : '1.5.0', ] }