Skip to content

Commit

Permalink
fix(deps): update dependency org.robolectric:robolectric to v4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 30, 2024
1 parent 8530b62 commit bb0e9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pena/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.test.ext:junit-ktx:1.1.5'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.11.1'
testImplementation 'org.robolectric:robolectric:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}
Expand Down

0 comments on commit bb0e9a6

Please sign in to comment.