Skip to content

Commit 35e26b3

Browse files
fix(deps): update dependency org.mockito:mockito-core to v4
1 parent bf58936 commit 35e26b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logback-android/build.gradle

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

5656
testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
5757
testImplementation 'org.robolectric:robolectric:4.9'
58-
testImplementation 'org.mockito:mockito-core:2.28.2'
58+
testImplementation 'org.mockito:mockito-core:4.8.1'
5959
testImplementation 'joda-time:joda-time:2.12.1'
6060

6161
// This dep is required when using Robolectric and targeting pre-21 SDKs.

0 commit comments

Comments
 (0)