Skip to content

Commit

Permalink
fix(deps): update dependency org.robolectric:robolectric to v4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 7a5785e commit 6cf556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ androidx-work-ktx = { group = "androidx.work", name = "work-runtime-ktx", versio
androidx-work-testing = { group = "androidx.work", name = "work-testing", version.ref = "work" }
androidx-lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycleProcess" }
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutinesTest" }
robolectric-test = { group = "org.robolectric", name = "robolectric", version = "4.7.3" }
robolectric-test = { group = "org.robolectric", name = "robolectric", version = "4.13" }
awaitility = { group = "org.awaitility", name = "awaitility", version = "4.2.1" }

okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" }
Expand Down

0 comments on commit 6cf556b

Please sign in to comment.