Skip to content

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 Jan 11, 2024
1 parent ee459df commit 0fcd80a
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.10.3'
testImplementation 'org.robolectric:robolectric:4.11.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}
Expand Down

0 comments on commit 0fcd80a

Please sign in to comment.