diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d8183d03..8e32f469 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" material = { module = "com.google.android.material:material", version.ref = "material" } accompanist = { module = "com.google.accompanist:accompanist-coil", version = "0.10.0" } -robolectric = { module = "org.robolectric:robolectric", version = "4.7.2" } +robolectric = { module = "org.robolectric:robolectric", version = "4.7.3" } junit = { module = "junit:junit", version = "4.13.2" } koin-core = { module = "org.koin:koin-core", version.ref = "koin" }