From c0746e89eb886220f777f2613453c456e99b5de7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:15:06 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.11.1 to 4.12 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.11.1 to 4.12. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.11.1...robolectric-4.12) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... 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 560bd90..7de31da 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ androidx-test-junit = "androidx.test.ext:junit:1.1.5" androidx-test-espresso = "androidx.test.espresso:espresso-core:3.5.1" google-material = "com.google.android.material:material:1.11.0" junit = "junit:junit:4.13.2" -robolectric = "org.robolectric:robolectric:4.11.1" +robolectric = "org.robolectric:robolectric:4.12" [plugins] android = { id = "com.android.application", version.ref = "agp" }