Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.robolectric:robolectric to v4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent c4630fc commit 68bf1c5
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 @@ -22,7 +22,7 @@ tests-junit = { module = "junit:junit", version = "4.13.2" }
tests-google-truth = { module = "com.google.truth:truth", version = "1.1.5" }
tests-androidx-ext-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
tests-androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
tests-robolectric = { module = "org.robolectric:robolectric", version = "4.10.3" }
tests-robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }
tests-mockito = { module = "org.mockito:mockito-core", version = "5.5.0" }

gradle-android = { module = "com.android.tools.build:gradle", version.ref = "agp" }
Expand Down

0 comments on commit 68bf1c5

Please sign in to comment.