Skip to content

Commit cc51569

Browse files
committed
Update mockito dependencies to latest 5.7.0
1 parent b26628c commit cc51569

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/sdl_android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ dependencies {
5151
annotationProcessor 'androidx.lifecycle:lifecycle-compiler:2.2.0'
5252

5353
testImplementation 'junit:junit:4.12'
54-
testImplementation 'org.mockito:mockito-core:3.0.0'
55-
androidTestImplementation 'org.mockito:mockito-core:3.0.0'
56-
androidTestImplementation 'org.mockito:mockito-android:3.0.0'
54+
testImplementation 'org.mockito:mockito-core:5.7.0'
55+
androidTestImplementation 'org.mockito:mockito-core:5.7.0'
56+
androidTestImplementation 'org.mockito:mockito-android:5.7.0'
5757
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
5858
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
5959
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.1'

0 commit comments

Comments
 (0)