From 0f34319623ee5fd20cfef6ee47fcee5a85f87ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:20:17 +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] --- pay/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pay/build.gradle b/pay/build.gradle index 9d97d27..b258c8b 100644 --- a/pay/build.gradle +++ b/pay/build.gradle @@ -120,5 +120,5 @@ dependencies { compileOnly 'androidx.annotation:annotation:1.9.1' testImplementation 'androidx.annotation:annotation:1.9.1' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.robolectric:robolectric:4.14' + testImplementation 'org.robolectric:robolectric:4.14.1' } \ No newline at end of file