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 eb7e541 commit ac68767Copy full SHA for ac68767
build.gradle
@@ -143,7 +143,7 @@ subprojects {
143
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
144
145
testImplementation group: 'junit', name: 'junit', version: '4.12'
146
- testImplementation "org.mockito:mockito-core:3.2.4"
+ testImplementation "org.mockito:mockito-core:3.6.28"
147
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
148
testImplementation "org.assertj:assertj-core:3.11.1"
149
}
0 commit comments