Merge pull request #87 from suhan-paradkar/dependabot/gradle/org.robolectric-robolectric-4.8.1

This commit is contained in:
dependabot[bot] 2022-06-07 09:57:25 +00:00 committed by GitHub
commit caf8f1ceb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,7 @@ dependencies {
testImplementation "androidx.test.ext:junit-ktx:1.1.3"
testImplementation "androidx.test:core-ktx:1.4.0"
testImplementation "androidx.arch.core:core-testing:2.1.0"
testImplementation "org.robolectric:robolectric:4.7.3"
testImplementation "org.robolectric:robolectric:4.8.1"
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.2'
androidTestImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'