From c017a4e5ba2daf251322ff5508eeb2b239481ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:58:22 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.14 to 4.14.1 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.14 to 4.14.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14...robolectric-4.14.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 48b9528..eca6ec2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -115,7 +115,7 @@ dependencies { testImplementation 'androidx.test:core:1.6.1' testImplementation 'junit:junit:4.13.2' - testImplementation "org.robolectric:robolectric:4.14" + testImplementation "org.robolectric:robolectric:4.14.1" testImplementation "com.google.truth:truth:1.4.4" androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test:rules:1.6.1'