Skip to content

Commit aedcd4b

Browse files
Update dependency org.mockito:mockito-core to v5.6.0
1 parent cb1fc67 commit aedcd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
api 'com.google.android.material:material:' + versions.material
4141

4242
testImplementation 'junit:junit:4.13.2'
43-
testImplementation "org.mockito:mockito-core:5.3.1"
43+
testImplementation "org.mockito:mockito-core:5.6.0"
4444
testImplementation "org.mockito:mockito-inline:5.2.0"
4545
}
4646

0 commit comments

Comments
 (0)