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 421f8b7 commit 45175e8Copy full SHA for 45175e8
build.gradle
@@ -151,7 +151,7 @@ subprojects {
151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
152
153
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
154
- testImplementation "org.mockito:mockito-core:3.11.1"
+ testImplementation "org.mockito:mockito-core:3.11.2"
155
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
156
testImplementation "org.assertj:assertj-core:3.20.2"
157
}
0 commit comments