Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 2925683

Browse files
[url_launcher]: Bump mockito-core from 1.10.19 to 4.8.0 in /packages/url_launcher/url_launcher_android/android (#6380)
1 parent 2fcecb1 commit 2925683

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/url_launcher/url_launcher_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
dependencies {
5151
compileOnly 'androidx.annotation:annotation:1.0.0'
5252
testImplementation 'junit:junit:4.13.2'
53-
testImplementation 'org.mockito:mockito-core:1.10.19'
53+
testImplementation 'org.mockito:mockito-core:4.8.0'
5454
testImplementation 'androidx.test:core:1.0.0'
5555
testImplementation 'org.robolectric:robolectric:4.3'
5656
}

packages/url_launcher/url_launcher_android/android/src/test/java/io/flutter/plugins/urllauncher/MethodCallHandlerImplTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
package io.flutter.plugins.urllauncher;
66

7-
import static org.mockito.Matchers.any;
8-
import static org.mockito.Matchers.eq;
7+
import static org.mockito.ArgumentMatchers.any;
8+
import static org.mockito.ArgumentMatchers.eq;
99
import static org.mockito.Mockito.mock;
1010
import static org.mockito.Mockito.never;
1111
import static org.mockito.Mockito.times;

0 commit comments

Comments
 (0)