Skip to content

Commit

Permalink
Bump org.robolectric:robolectric from 4.12 to 4.12.1
Browse files Browse the repository at this point in the history
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](robolectric/robolectric@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>
  • Loading branch information
dependabot[bot] committed Apr 3, 2024
1 parent fb18bdb commit c0ea02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ kotlin {
dependsOn(commonTest)
implementation("androidx.test:core-ktx:1.5.0")
implementation("junit:junit:4.13.2")
implementation("org.robolectric:robolectric:4.12")
implementation("org.robolectric:robolectric:4.12.1")
}
}
val iosX64Main by getting
Expand Down

0 comments on commit c0ea02c

Please sign in to comment.