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 6e9aa29 commit 0135a40Copy full SHA for 0135a40
android/build.gradle.kts
@@ -98,7 +98,7 @@ publishing {
98
dependencies {
99
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
100
testImplementation("junit:junit:4.13.2")
101
- testImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")
+ testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
102
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
103
}
104
0 commit comments