From 95f3d8466ea1c7915d2417251b6a2a416e9f7b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:20:57 +0000 Subject: [PATCH] Bump org.robolectric:robolectric in /snippets in the gradle group Bumps the gradle group in /snippets with 1 update: [org.robolectric:robolectric](https://github.com/robolectric/robolectric). Updates `org.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 dependency-group: gradle ... Signed-off-by: dependabot[bot] --- snippets/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/gradle/libs.versions.toml b/snippets/gradle/libs.versions.toml index ad52d461a..0913c53d4 100644 --- a/snippets/gradle/libs.versions.toml +++ b/snippets/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] android-gradle-plugin = "8.7.2" junit = "4.13.2" -robolectric = "4.14" +robolectric = "4.14.1" [libraries] junit = { group = "junit", name = "junit", version.ref = "junit" }