Skip to content

Commit cce51ff

Browse files
fix(deps): update dependency org.robolectric:robolectric to v4.16
1 parent 6f10d9e commit cce51ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
testImplementation "junit:junit:$junitVersion"
6161
testImplementation 'org.mockito:mockito-core:5.14.2'
6262
testImplementation 'org.json:json:20250517'
63-
testImplementation 'org.robolectric:robolectric:4.13'
63+
testImplementation 'org.robolectric:robolectric:4.16'
6464
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
6565
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
6666
implementation 'org.brotli:dec:0.1.2'

0 commit comments

Comments
 (0)