diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ec810e0..ae4857e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -108,7 +108,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" }