1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-10-06 13:20:30 +02:00

Update dependency org.hamcrest:hamcrest-library to v3

This commit is contained in:
dependency-bot 2024-08-03 01:08:24 +00:00 committed by José Rebelo
parent 1d8ff564bd
commit aacf4c8e97

View File

@ -209,7 +209,7 @@ dependencies {
testImplementation "junit:junit:4.13.2"
testImplementation "org.mockito:mockito-core:5.12.0"
testImplementation "org.robolectric:robolectric:4.13"
testImplementation "org.hamcrest:hamcrest-library:2.2"
testImplementation "org.hamcrest:hamcrest-library:3.0"
implementation "androidx.appcompat:appcompat:1.7.0"
implementation "androidx.preference:preference:1.2.1"