File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
dependencies {
10
- implementation(platform(" io.ktor:ktor-bom:3.1.0 " ))
10
+ implementation(platform(" io.ktor:ktor-bom:3.1.1 " ))
11
11
implementation(" io.ktor:ktor-server-core" )
12
12
implementation(" io.ktor:ktor-server-netty" )
13
13
implementation(" io.ktor:ktor-client-core" )
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ version = rootProject.version
11
11
dependencies {
12
12
// we cannot use a BOM due to limitation in kotlin scripting when resolving the transitive KMM variant dependencies
13
13
// note: see https://youtrack.jetbrains.com/issue/KT-67618
14
- implementation(" io.ktor:ktor-client-core:3.1.0 " )
15
- implementation(" io.ktor:ktor-client-cio:3.1.0 " )
16
- implementation(" io.ktor:ktor-client-content-negotiation:3.1.0 " )
17
- implementation(" io.ktor:ktor-serialization-kotlinx-json:3.1.0 " )
14
+ implementation(" io.ktor:ktor-client-core:3.1.1 " )
15
+ implementation(" io.ktor:ktor-client-cio:3.1.1 " )
16
+ implementation(" io.ktor:ktor-client-content-negotiation:3.1.1 " )
17
+ implementation(" io.ktor:ktor-serialization-kotlinx-json:3.1.1 " )
18
18
19
19
// It's a workaround for a problem with Kotlin Scripting, and how it resolves
20
20
// conflicting versions: https://youtrack.jetbrains.com/issue/KT-69145
You can’t perform that action at this time.
0 commit comments