Skip to content

Commit c15ace2

Browse files
fix(deps): update dependency org.robolectric:robolectric to v4.16
1 parent fc70d4f commit c15ace2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090

9191

9292
testImplementation("androidx.test:core:1.7.0")
93-
testImplementation("org.robolectric:robolectric:4.15.1")
93+
testImplementation("org.robolectric:robolectric:4.16")
9494
androidTestImplementation("androidx.test:runner:1.7.0")
9595

9696
implementation(projects.common)

0 commit comments

Comments
 (0)