From b6f917d012fa85cb7e4d6c103796e296a5f2c672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:53:48 -0800 Subject: [PATCH] Bump org.robolectric:robolectric from 4.13 to 4.14 (#97) Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.13 to 4.14. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.13...robolectric-4.14) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... 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 bbc2c79..9d97d27 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.13' + testImplementation 'org.robolectric:robolectric:4.14' } \ No newline at end of file