We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278d2b5 commit 0467cedCopy full SHA for 0467ced
library/build.gradle
@@ -40,7 +40,7 @@ dependencies {
40
api 'com.google.android.material:material:' + versions.material
41
42
testImplementation 'junit:junit:4.13.2'
43
- testImplementation "org.mockito:mockito-core:5.3.1"
+ testImplementation "org.mockito:mockito-core:5.14.0"
44
testImplementation "org.mockito:mockito-inline:5.2.0"
45
}
46
0 commit comments