From d65edb2fd09ca9dd187c1a4451cde3889d77ef7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:03:39 +0000 Subject: [PATCH] chore(deps): bump org.robolectric:robolectric from 4.11.1 to 4.12.1 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.11.1 to 4.12.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.11.1...robolectric-4.12.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 71b96fcba..4ac66407b 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.1', testCoreVersion : '1.5.0', ] }