diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-11 19:37:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 19:37:36 +0000 |
commit | eaae6cb6b2edff1e912eb43cf518d4a69d324de5 (patch) | |
tree | cabe5854a5af24661384ce7069146263412f07a6 /gradle | |
parent | e53bc364906c33befc20e9a75d57dac5f702dad1 (diff) |
fix(deps): update dependency org.robolectric:robolectric to v4.10 (#2463)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 47cb1401..6d413c52 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -73,7 +73,7 @@ kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-co kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } testing-junit = "junit:junit:4.13.2" testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } -testing-robolectric = "org.robolectric:robolectric:4.9.2" +testing-robolectric = "org.robolectric:robolectric:4.10" testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences-fake:2.0.0" testing-testparameterinjector = "com.google.testparameterinjector:test-parameter-injector:1.11" testing-turbine = "app.cash.turbine:turbine:0.12.3" |