From c6d8e1263147b58e81a24b46e9ea514962c6c7f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:59:15 -0800 Subject: [PATCH] Bump org.robolectric:robolectric from 4.14 to 4.14.1 (#98) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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