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 @@ -8,7 +8,7 @@ plugins {
8
8
}
9
9
10
10
dependencies {
11
- implementation(platform(" io.ktor:ktor-bom:3.2.2 " ))
11
+ implementation(platform(" io.ktor:ktor-bom:3.2.3 " ))
12
12
implementation(" io.ktor:ktor-server-core" )
13
13
implementation(" io.ktor:ktor-server-netty" )
14
14
implementation(" io.ktor:ktor-server-call-logging" )
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ dependencies {
13
13
api(" io.arrow-kt:arrow-core:2.1.2" )
14
14
// we cannot use a BOM due to limitation in kotlin scripting when resolving the transitive KMM variant dependencies
15
15
// note: see https://youtrack.jetbrains.com/issue/KT-67618
16
- api(" io.ktor:ktor-client-core:3.2.2 " )
17
- implementation(" io.ktor:ktor-client-cio:3.2.2 " )
18
- implementation(" io.ktor:ktor-client-content-negotiation:3.2.2 " )
19
- implementation(" io.ktor:ktor-client-logging:3.2.2 " )
20
- implementation(" io.ktor:ktor-serialization-kotlinx-json:3.2.2 " )
16
+ api(" io.ktor:ktor-client-core:3.2.3 " )
17
+ implementation(" io.ktor:ktor-client-cio:3.2.3 " )
18
+ implementation(" io.ktor:ktor-client-content-negotiation:3.2.3 " )
19
+ implementation(" io.ktor:ktor-client-logging:3.2.3 " )
20
+ implementation(" io.ktor:ktor-serialization-kotlinx-json:3.2.3 " )
21
21
implementation(" io.github.oshai:kotlin-logging:7.0.7" )
22
22
implementation(" com.auth0:java-jwt:4.5.0" )
23
23
implementation(" org.kohsuke:github-api:1.327" )
You can’t perform that action at this time.
0 commit comments