Bump org.robolectric:robolectric from 4.12 to 4.12.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-03 02:55:01 +00:00
committed by GitHub
parent a1e214e657
commit c345c6cdd1

View File

@@ -112,7 +112,7 @@ dependencies {
// Testing
testImplementation("androidx.test:core:1.5.0")
testImplementation("junit:junit:4.13.2")
testImplementation("org.robolectric:robolectric:4.12")
testImplementation("org.robolectric:robolectric:4.12.1")
}
tasks.withType<SpotBugsTask>().configureEach {