diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a7abf560..f8d9522a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -107,7 +107,7 @@ test-junit-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine" test-junit-params = { group = "org.junit.jupiter", name = "junit-jupiter-params", version.ref = "jUnit" } test-junit-old = { group = "junit", name = "junit", version = "4.13.2" } test-junit-oldParams = { group = "pl.pragmatists", name = "JUnitParams", version = "1.1.1" } -test-robolectric = { group = "org.robolectric", name = "robolectric", version = "4.12.1" } +test-robolectric = { group = "org.robolectric", name = "robolectric", version = "4.14.1" } test-turbine = { group = "app.cash.turbine", name = "turbine", version = "1.1.0" }