File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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.1 " ))
10
+ implementation(platform(" io.ktor:ktor-bom:3.1.2 " ))
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 @@ -12,10 +12,10 @@ dependencies {
12
12
api(" io.arrow-kt:arrow-core:2.0.1" )
13
13
// we cannot use a BOM due to limitation in kotlin scripting when resolving the transitive KMM variant dependencies
14
14
// note: see https://youtrack.jetbrains.com/issue/KT-67618
15
- api(" io.ktor:ktor-client-core:3.1.1 " )
16
- implementation(" io.ktor:ktor-client-cio:3.1.1 " )
17
- implementation(" io.ktor:ktor-client-content-negotiation:3.1.1 " )
18
- implementation(" io.ktor:ktor-serialization-kotlinx-json:3.1.1 " )
15
+ api(" io.ktor:ktor-client-core:3.1.2 " )
16
+ implementation(" io.ktor:ktor-client-cio:3.1.2 " )
17
+ implementation(" io.ktor:ktor-client-content-negotiation:3.1.2 " )
18
+ implementation(" io.ktor:ktor-serialization-kotlinx-json:3.1.2 " )
19
19
implementation(" com.auth0:java-jwt:4.5.0" )
20
20
21
21
// It's a workaround for a problem with Kotlin Scripting, and how it resolves
@@ -27,5 +27,5 @@ dependencies {
27
27
// Here's a ticket to remember to remove this workaround: https://github.com/typesafegithub/github-workflows-kt/issues/1832
28
28
runtimeOnly(" org.jetbrains.kotlinx:kotlinx-io-core:0.7.0" )
29
29
30
- testImplementation(" io.ktor:ktor-client-mock:3.1.1 " )
30
+ testImplementation(" io.ktor:ktor-client-mock:3.1.2 " )
31
31
}
You can’t perform that action at this time.
0 commit comments