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 a1cc27f commit 7abf4c0Copy full SHA for 7abf4c0
build.gradle
@@ -149,7 +149,7 @@ subprojects {
149
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
150
151
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
152
- testImplementation "org.mockito:mockito-core:4.0.0"
+ testImplementation "org.mockito:mockito-core:4.1.0"
153
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
154
testImplementation "org.assertj:assertj-core:3.21.0"
155
}
0 commit comments