Skip to content

Commit

Permalink
KTOR-6161 Bump okio version (#3709)
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l authored Jul 31, 2023
1 parent 45b5415 commit cb94df2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ apache-version = "4.1.5"
apache5-version = "5.2.1"
apacheds-version = "2.0.0-M24"
okhttp-version = "4.11.0"
okio-version = "3.4.0"

json-simple-version = "1.1.1"
gson-version = "2.10.1"
Expand Down Expand Up @@ -150,6 +151,7 @@ apacheds-server = { module = "org.apache.directory.server:apacheds-server-integ"
apacheds-core = { module = "org.apache.directory.server:apacheds-core-integ", version.ref = "apacheds-version" }

okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp-version" }
okio = { module = "com.squareup.okio:okio", version.ref = "okio-version" }

dropwizard-core = { module = "io.dropwizard.metrics:metrics-core", version.ref = "dropwizard-version" }
dropwizard-jvm = { module = "io.dropwizard.metrics:metrics-jvm", version.ref = "dropwizard-version" }
Expand Down
1 change: 1 addition & 0 deletions ktor-client/ktor-client-okhttp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ kotlin.sourceSets {
dependencies {
api(project(":ktor-client:ktor-client-core"))
api(libs.okhttp)
api(libs.okio)
}
}
jvmTest {
Expand Down

0 comments on commit cb94df2

Please sign in to comment.