We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a2f77 commit e307968Copy full SHA for e307968
1 file changed
ktor-client/ktor-client-plugins/ktor-client-tracing/ktor-client-tracing-stetho/build.gradle.kts
@@ -31,7 +31,7 @@ kotlin {
31
dependencies {
32
implementation(project(":ktor-client:ktor-client-cio"))
33
implementation(kotlin("test-junit5"))
34
- implementation("org.mockito:mockito-core:5.14.0")
+ implementation("org.mockito:mockito-core:5.14.1")
35
}
36
37
0 commit comments