Skip to content

Commit e7385e3

Browse files
fix(deps): update dependency org.robolectric:robolectric to v4.16.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c88a8a4 commit e7385e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ dependencies {
367367
testImplementation "androidx.room:room-testing:${roomVersion}"
368368
testImplementation("com.squareup.okhttp3:mockwebserver:$okhttpVersion")
369369
testImplementation("com.google.dagger:hilt-android-testing:2.58")
370-
testImplementation("org.robolectric:robolectric:4.16")
370+
testImplementation("org.robolectric:robolectric:4.16.1")
371371
}
372372

373373
tasks.register('installGitHooks', Copy) {

0 commit comments

Comments
 (0)