From 199c243eb0a63c07ad9e4a18908b47c6ed4e7adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:42:36 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.13 to 4.14 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] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b31650146..d7efc0a48 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -116,7 +116,7 @@ dependencies { val junitVersion = "4.13.2" testImplementation("androidx.test:core:$androidXTestVersion") testImplementation("junit:junit:$junitVersion") - testImplementation("org.robolectric:robolectric:4.13") + testImplementation("org.robolectric:robolectric:4.14") androidTestImplementation("androidx.test:core:$androidXTestVersion") androidTestImplementation("junit:junit:$junitVersion")