From cfd8b641ab1676e2d3f557b597e650ef8c991f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:21:08 +0000 Subject: [PATCH] Bump org.robolectric:robolectric in /snippets in the gradle group (#362) --- 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" }