Skip to content

Commit 6c7bd41

Browse files
committed
Bump okhttp to 5.1.0
1 parent 7e5eb95 commit 6c7bd41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jupyter-testkit = "0.12.0-398"
77
jupyter-plugin = "0.12.0-398"
88
okio = "3.15.0"
99
moshi = "1.15.2"
10-
okhttp = "4.12.0"
10+
okhttp = "5.1.0"
1111
retrofit = "3.0.0"
1212
kotlin-coroutines = "1.10.2"
1313
kotlin-binary-compatibility-validator = "0.18.1"

library/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ dependencies {
2020
constraints {
2121
implementation(libs.okio)
2222
}
23-
api(libs.moshi)
2423
implementation(libs.moshi.kotlin)
25-
api(libs.okhttp)
2624
implementation(libs.okhttp.logging.interceptor)
27-
api(libs.retrofit)
2825
implementation(libs.retrofit.converter.moshi)
2926
implementation(libs.retrofit.converter.scalars)
27+
api(libs.retrofit)
28+
api(libs.moshi)
29+
api(libs.okhttp)
3030
api(libs.kotlin.coroutines)
3131
implementation(libs.slf4j.api)
3232
runtimeOnly(libs.slf4j.simple)

0 commit comments

Comments
 (0)