From 05974a14cbf32532e46cc4eba8ea445352edcf45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 00:03:06 +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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e5c3687..f1620df 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ androidx-test-junit = "androidx.test.ext:junit:1.2.1" androidx-test-espresso = "androidx.test.espresso:espresso-core:3.6.1" google-material = "com.google.android.material:material:1.12.0" junit = "junit:junit:4.13.2" -robolectric = "org.robolectric:robolectric:4.14" +robolectric = "org.robolectric:robolectric:4.14.1" [plugins] android = { id = "com.android.application", version.ref = "agp" }