File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ jupyter-testkit = "0.12.0-398"
7
7
jupyter-plugin = " 0.12.0-398"
8
8
okio = " 3.15.0"
9
9
moshi = " 1.15.2"
10
- okhttp = " 4.12 .0"
10
+ okhttp = " 5.1 .0"
11
11
retrofit = " 3.0.0"
12
12
kotlin-coroutines = " 1.10.2"
13
13
kotlin-binary-compatibility-validator = " 0.18.1"
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ dependencies {
20
20
constraints {
21
21
implementation(libs.okio)
22
22
}
23
- api(libs.moshi)
24
23
implementation(libs.moshi.kotlin)
25
- api(libs.okhttp)
26
24
implementation(libs.okhttp.logging.interceptor)
27
- api(libs.retrofit)
28
25
implementation(libs.retrofit.converter.moshi)
29
26
implementation(libs.retrofit.converter.scalars)
27
+ api(libs.retrofit)
28
+ api(libs.moshi)
29
+ api(libs.okhttp)
30
30
api(libs.kotlin.coroutines)
31
31
implementation(libs.slf4j.api)
32
32
runtimeOnly(libs.slf4j.simple)
You can’t perform that action at this time.
0 commit comments