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" }