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 9b65f65 commit 0ab6ad8Copy full SHA for 0ab6ad8
build.gradle.kts
@@ -83,7 +83,7 @@ dependencies {
83
implementation("ch.qos.logback:logback-classic:$logback_version")
84
implementation("net.logstash.logback:logstash-logback-encoder:$logstash_version")
85
implementation("com.expediagroup:graphql-kotlin-ktor-client:$graphql_kotlin_version")
86
- implementation("io.ktor:ktor-client-okhttp-jvm:2.3.12")
+ implementation("io.ktor:ktor-client-okhttp-jvm:3.0.0")
87
implementation("io.ktor:ktor-server-core-jvm:2.3.12")
88
implementation("io.ktor:ktor-server-swagger-jvm:2.3.12")
89
0 commit comments