diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7a4520b..ce7ead7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.8.0 androidx-browser = { module = "androidx.browser:browser", version = "1.10.0" } androidx-test-junit = { module = "androidx.test.ext:junit-ktx", version = "1.3.0" } junit = { module = "junit:junit", version = "4.13.2" } -robolectric = { module = "org.robolectric:robolectric", version = "4.16.1" } +robolectric = { module = "org.robolectric:robolectric", version = "4.17" } mockk = { module = "io.mockk:mockk", version = "1.14.11" } truth = { module = "com.google.truth:truth", version = "1.4.5" }