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.
2 parents 2796070 + 53991c0 commit ce1c6b2Copy full SHA for ce1c6b2
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.20.0'
+ testImplementation 'org.mockito:mockito-core:5.21.0'
82
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
83
84
// dependencies for instrumented tests
0 commit comments