Skip to content

Commit

Permalink
Bump org.robolectric:robolectric from 4.12.2 to 4.14
Browse files Browse the repository at this point in the history
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.12.2 to 4.14.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.12.2...robolectric-4.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 52ef713 commit f46d65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlowCrypt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ dependencies {
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
testImplementation("com.flextrade.jfixture:jfixture:2.7.2")
testImplementation("com.shazam:shazamcrest:0.11")
testImplementation("org.robolectric:robolectric:4.12.2")
testImplementation("org.robolectric:robolectric:4.14")
//we need it to test Parcelable implementation
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit f46d65b

Please sign in to comment.