Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 3c9d531

Browse files
fix(deps): update dependency org.robolectric:robolectric to v4.13 (#3116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26f5b02 commit 3c9d531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-c
6565
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
6666
testing-junit = "junit:junit:4.13.2"
6767
testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
68-
testing-robolectric = "org.robolectric:robolectric:4.12.2"
68+
testing-robolectric = "org.robolectric:robolectric:4.13"
6969
testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences-fake:2.0.0"
7070
testing-testparameterinjector = "com.google.testparameterinjector:test-parameter-injector:1.16"
7171
testing-turbine = "app.cash.turbine:turbine:1.1.0"

0 commit comments

Comments
 (0)