We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a8c05 commit f6196b0Copy full SHA for f6196b0
library/build.gradle
@@ -78,7 +78,7 @@ dependencies {
78
79
// dependencies for tests
80
testImplementation "junit:junit:$junit_version"
81
- testImplementation 'org.mockito:mockito-core:5.15.2'
+ testImplementation 'org.mockito:mockito-core:5.16.1'
82
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
83
84
// dependencies for instrumented tests
0 commit comments