File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
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 @@ -16,17 +16,18 @@ tasks.processJupyterApiResources {
16
16
)
17
17
}
18
18
19
+ // Order matters as this library is used as a Kotlin Jupyter kernel dependency (see #440)
19
20
dependencies {
20
21
constraints {
21
22
implementation(libs.okio)
22
23
}
23
- api(libs.moshi)
24
- implementation(libs.moshi.kotlin)
25
24
api(libs.okhttp)
26
25
implementation(libs.okhttp.logging.interceptor)
27
26
api(libs.retrofit)
28
27
implementation(libs.retrofit.converter.moshi)
29
28
implementation(libs.retrofit.converter.scalars)
29
+ api(libs.moshi)
30
+ implementation(libs.moshi.kotlin)
30
31
api(libs.kotlin.coroutines)
31
32
implementation(libs.slf4j.api)
32
33
runtimeOnly(libs.slf4j.simple)
You can’t perform that action at this time.
0 commit comments