diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-05-18 04:41:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 04:41:22 +0000 |
commit | fed0b710d027454ee8f0e1f2dfe7d873f356550e (patch) | |
tree | f67e319ca92aa411a3e3ad3b3e09bdd7344436de | |
parent | c5d42960015588bde0523083b53d62e999b3d231 (diff) |
fix(deps): update dependency org.robolectric:robolectric to v4.10.3 (#2520)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 21d97fb4..c417c376 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -72,7 +72,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.10.2" +testing-robolectric = "org.robolectric:robolectric:4.10.3" 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.13.0" |