Bump robolectric from 4.5.1 to 4.7.3

Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.5.1 to 4.7.3.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.5.1...robolectric-4.7.3)

---
updated-dependencies:
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-23 11:43:50 +00:00 committed by Wisest_wizard
parent 3e6b21f9a5
commit 94316e7775

View File

@ -234,7 +234,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.5.1"
testImplementation "org.robolectric:robolectric:4.7.3"
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0'
androidTestImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'