Skip to content

Commit

Permalink
Update dependency org.robolectric:robolectric to v4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 095093c commit a66f06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
debugImplementation(libs.androidx.compose.ui.test.manifest)

testImplementation("androidx.test:core:1.6.1")
testImplementation("org.robolectric:robolectric:4.13")
testImplementation("org.robolectric:robolectric:4.14")
androidTestImplementation("androidx.test:runner:1.6.2")

implementation(project(":shared"))
Expand Down

0 comments on commit a66f06a

Please sign in to comment.