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 7e57608 commit 6124e10Copy full SHA for 6124e10
mockito-kotlin/build.gradle
@@ -17,7 +17,7 @@ dependencies {
17
compileOnly "org.jetbrains.kotlin:kotlin-stdlib"
18
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'
19
20
- api "org.mockito:mockito-core:5.7.0"
+ api "org.mockito:mockito-core:5.12.0"
21
22
testImplementation 'junit:junit:4.13.2'
23
testImplementation 'com.nhaarman:expect.kt:1.0.1'
0 commit comments