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 4e47b76 commit 9ab84a0Copy full SHA for 9ab84a0
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.17.0'
82
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
83
84
// dependencies for instrumented tests
0 commit comments