From 36666c47afb2f6fdadae34cbdfc87615981e7542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:42:49 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.10.3 to 4.11 in /sormas-app Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10.3 to 4.11. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.10.3...robolectric-4.11) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sormas-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sormas-app/app/build.gradle b/sormas-app/app/build.gradle index a77d795a1ad..92965c09aa4 100644 --- a/sormas-app/app/build.gradle +++ b/sormas-app/app/build.gradle @@ -144,7 +144,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'org.hamcrest:hamcrest-core:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2' - testImplementation 'org.robolectric:robolectric:4.10.3' + testImplementation 'org.robolectric:robolectric:4.11' testImplementation 'org.mockito:mockito-core:5.4.0' androidTestImplementation 'androidx.annotation:annotation:1.5.0' androidTestImplementation 'androidx.test:runner:1.5.2'