Skip to content

Commit 0c18fed

Browse files
Update mockito-core from 3.2.0 to 5.15.2
1 parent ffdc176 commit 0c18fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848

4949
testImplementation 'junit:junit:4.13.2'
5050
testImplementation 'org.robolectric:robolectric:4.12.2'
51-
testImplementation "org.mockito:mockito-core:3.2.0"
51+
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"
5454
testImplementation 'org.hamcrest:hamcrest:2.1'

core/src/test/java/com/hyperwallet/android/transfermethod/DeactivateBankCardTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import static org.hamcrest.Matchers.endsWith;
55
import static org.hamcrest.Matchers.is;
66
import static org.junit.Assert.assertNotNull;
7-
import static org.mockito.Matchers.any;
7+
import static org.mockito.ArgumentMatchers.any;
88
import static org.mockito.Mockito.never;
99
import static org.mockito.Mockito.verify;
1010

0 commit comments

Comments
 (0)