Update dependency org.robolectric:robolectric to v4.9

This commit is contained in:
Renovate Bot 2022-11-21 10:00:53 +00:00
parent 0314a8dd7d
commit 470a32434b
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ dependencies {
testImplementation("io.mockk:mockk:1.13.2")
testImplementation("androidx.test:core:1.5.0")
testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.robolectric:robolectric:4.8.2")
testImplementation("org.robolectric:robolectric:4.9")
androidTestImplementation("io.mockk:mockk-android:1.12.4")
}