Skip to content

Commit 6d6a5d3

Browse files
Update robolectric and hamcrest
1 parent 56aad2c commit 6d6a5d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ dependencies {
4747
implementation 'androidx.annotation:annotation:1.9.1'
4848

4949
testImplementation 'junit:junit:4.13.2'
50-
testImplementation 'org.robolectric:robolectric:4.12.2'
50+
testImplementation 'org.robolectric:robolectric:4.14.1'
5151
testImplementation 'org.mockito:mockito-core:5.15.2'
5252
testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"
5353
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'
54+
testImplementation 'org.hamcrest:hamcrest:3.0'
55+
testImplementation 'org.hamcrest:hamcrest-library:3.0'
5656
}
5757

5858

0 commit comments

Comments
 (0)