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 45cdb53 commit 10315d1Copy full SHA for 10315d1
gradle/libs.versions.toml
@@ -40,7 +40,7 @@ kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "
40
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }
41
kotlinpoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoet" }
42
maven-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "mavenplugin" }
43
-mockito = { module = "org.mockito.kotlin:mockito-kotlin", version = "4.1.0" }
+mockito = { module = "org.mockito.kotlin:mockito-kotlin", version = "6.1.0" }
44
moshiKotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
45
moshiKotlinCodegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshi" }
46
okhttp-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
0 commit comments