From 7e6fee268af4e5d4a248be5d80fa1959f1269b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:24:41 +0000 Subject: [PATCH] chore(deps): bump org.robolectric:robolectric from 4.12.2 to 4.13 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.12.2 to 4.13. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.12.2...robolectric-4.13) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d58dbf699..682c6a86b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ countlySdk = "24.7.0" faker = "2.0.4" mockitoCore = "5.12.0" mockitoInline = "5.2.0" -robolectric = "4.12.2" +robolectric = "4.13" fastlaneScreengrab = "2.1.1" sentryAndroid = "7.10.0" xanscaleLocalhostToolkit = "19.05.01"