We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56aad2c commit 6d6a5d3Copy full SHA for 6d6a5d3
core/build.gradle
@@ -47,12 +47,12 @@ dependencies {
47
implementation 'androidx.annotation:annotation:1.9.1'
48
49
testImplementation 'junit:junit:4.13.2'
50
- testImplementation 'org.robolectric:robolectric:4.12.2'
+ testImplementation 'org.robolectric:robolectric:4.14.1'
51
testImplementation 'org.mockito:mockito-core:5.15.2'
52
testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"
53
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: "1.1.1"
54
- testImplementation 'org.hamcrest:hamcrest:2.1'
55
- testImplementation 'org.hamcrest:hamcrest-library:2.1'
+ testImplementation 'org.hamcrest:hamcrest:3.0'
+ testImplementation 'org.hamcrest:hamcrest-library:3.0'
56
}
57
58
0 commit comments