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 a5c8e96 commit 6e48915Copy full SHA for 6e48915
build.gradle
@@ -152,7 +152,7 @@ subprojects {
152
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
153
154
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
155
- testImplementation "org.mockito:mockito-core:3.7.0"
+ testImplementation "org.mockito:mockito-core:3.7.7"
156
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
157
testImplementation "org.assertj:assertj-core:3.18.1"
158
}
0 commit comments