From 38ca31e38498e1517ac32afb27c68145db0c85d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:54:40 +0000 Subject: [PATCH] chore(deps): bump org.robolectric:robolectric in /android Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.9 to 4.14.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.9...robolectric-4.14.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 9530184a..09b48c62 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -83,7 +83,7 @@ android { testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'io.mockk:mockk:1.13.8' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.robolectric:robolectric:4.9' + testImplementation 'org.robolectric:robolectric:4.14.1' } testOptions {