From 2fb99ac865579c8cc9f6589436e5fe06210fa89d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:17:33 +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.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 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 1ddc0116f..ad52d461a 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.13" +robolectric = "4.14" [libraries] junit = { group = "junit", name = "junit", version.ref = "junit" }