Skip to content

Commit 940a156

Browse files
fix(deps): update dependency org.mockito:mockito-core to v4
1 parent eda7548 commit 940a156

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
@@ -52,7 +52,7 @@ dependencies {
5252

5353
testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
5454
testImplementation 'org.robolectric:robolectric:4.9'
55-
testImplementation 'org.mockito:mockito-core:2.28.2'
55+
testImplementation 'org.mockito:mockito-core:4.9.0'
5656
testImplementation 'joda-time:joda-time:2.12.2'
5757

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

0 commit comments

Comments
 (0)