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 a27a659 commit 79d8a57Copy full SHA for 79d8a57
api-model-v1-41/build.gradle.kts
@@ -117,7 +117,7 @@ dependencies {
117
118
implementation("com.squareup.moshi:moshi:1.15.0")
119
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")
120
- compileOnly("com.squareup.okhttp3:okhttp:4.11.0")
+ compileOnly("com.squareup.okhttp3:okhttp:4.12.0")
121
122
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
123
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
0 commit comments