From aeee62fe90b9e4373daadec903251ffc88627f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:30:48 -0800 Subject: [PATCH] chore(deps): bump org.robolectric:robolectric from 4.13 to 4.14 in /app (#669) 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> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a7d2d2dc..73241d11 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -107,7 +107,7 @@ dependencies { testImplementation 'org.powermock:powermock-classloading-xstream:2.0.9' testImplementation 'org.powermock:powermock-module-junit4-rule:2.0.9' testImplementation 'org.powermock:powermock-module-junit4:2.0.9' - testImplementation 'org.robolectric:robolectric:4.13' + testImplementation 'org.robolectric:robolectric:4.14' testImplementation 'org.javassist:javassist:3.30.2-GA' androidTestImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1'