diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-28 08:08:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-28 08:08:29 +0530 |
commit | 8a579970e19c6865a8c0cfad085288bbcea9abd4 (patch) | |
tree | 3bd328e65ada6eaa78065ca7a0be1a664c6dd1a6 /gradle | |
parent | 6f3400036f9aafc1d7469ced7996ba53b97c0c6b (diff) |
fix(deps): update dependency org.robolectric:robolectric to v4.9.2 (#2310)
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 386a153c..384969b0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -71,7 +71,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.1" +testing-robolectric = "org.robolectric:robolectric:4.9.2" testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences-fake:2.0.0" testing-testparameterinjector = "com.google.testparameterinjector:test-parameter-injector:1.10" testing-turbine = "app.cash.turbine:turbine:0.12.1" |