1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-12 13:09:24 +01:00

Update dependency org.mockito:mockito-core to v5.14.1

This commit is contained in:
dependency-bot 2024-10-05 01:09:02 +00:00
parent 00d3a9ce18
commit 51fdf02cf5

View File

@ -207,7 +207,7 @@ dependencies {
implementation 'androidx.camera:camera-lifecycle:1.3.4'
testImplementation "junit:junit:4.13.2"
testImplementation "org.mockito:mockito-core:5.14.0"
testImplementation "org.mockito:mockito-core:5.14.1"
testImplementation "org.robolectric:robolectric:4.13"
testImplementation "org.hamcrest:hamcrest-library:3.0"