From 42305161be6aba69e1f2f1a6e39830ced50a76d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 19:46:48 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android-refimpl-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-refimpl-app/app/build.gradle b/android-refimpl-app/app/build.gradle index d8287636a..91d3563d2 100644 --- a/android-refimpl-app/app/build.gradle +++ b/android-refimpl-app/app/build.gradle @@ -411,7 +411,7 @@ dependencies { testImplementation 'androidx.test:core:1.5.0' testImplementation 'androidx.test.ext:junit:1.1.5' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.robolectric:robolectric:4.12.1' + testImplementation 'org.robolectric:robolectric:4.12.2' testImplementation 'androidx.test.espresso:espresso-core:3.5.1' testImplementation 'androidx.test.espresso:espresso-intents:3.5.1' testImplementation 'androidx.test.ext:truth:1.5.0'