We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a77304d + fdc3f66 commit 5101b54Copy full SHA for 5101b54
1 file changed
library/build.gradle
@@ -81,7 +81,7 @@ dependencies {
81
82
// dependencies for tests
83
testImplementation "junit:junit:$junit_version"
84
- testImplementation 'org.mockito:mockito-core:5.21.0'
+ testImplementation 'org.mockito:mockito-core:5.22.0'
85
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
86
87
// dependencies for instrumented tests
0 commit comments