Skip to content

Commit 3c02cc1

Browse files
fix(deps): update dependency org.mockito:mockito-core to v4
1 parent d322a5a commit 3c02cc1

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
@@ -53,7 +53,7 @@ dependencies {
5353

5454
testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
5555
testImplementation 'org.robolectric:robolectric:4.9'
56-
testImplementation 'org.mockito:mockito-core:2.28.2'
56+
testImplementation 'org.mockito:mockito-core:4.8.1'
5757
testImplementation 'joda-time:joda-time:2.12.1'
5858

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

0 commit comments

Comments
 (0)