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 @@ -22,11 +22,11 @@ kotlin {
22
22
implementation(libs.kotlinx.coroutines)
23
23
implementation(libs.kotlinx.serialization)
24
24
25
- implementation(" io.ktor:ktor-server-core:3.2.1 " )
26
- implementation(" io.ktor:ktor-server-netty:3.2.1 " )
27
- implementation(" io.ktor:ktor-server-cors:3.2.1 " )
28
- implementation(" io.ktor:ktor-serialization-kotlinx-json:3.2.1 " )
29
- implementation(" io.ktor:ktor-server-content-negotiation:3.2.1 " )
25
+ implementation(" io.ktor:ktor-server-core:3.2.2 " )
26
+ implementation(" io.ktor:ktor-server-netty:3.2.2 " )
27
+ implementation(" io.ktor:ktor-server-cors:3.2.2 " )
28
+ implementation(" io.ktor:ktor-serialization-kotlinx-json:3.2.2 " )
29
+ implementation(" io.ktor:ktor-server-content-negotiation:3.2.2 " )
30
30
31
31
implementation(" ch.qos.logback:logback-classic:1.5.8" )
32
32
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ androidGradlePlugin = "8.11.1"
10
10
koin = " 4.1.0"
11
11
koinCompose = " 4.1.0"
12
12
koinComposeMultiplatform = " 4.1.0"
13
- ktor = " 3.2.1 "
13
+ ktor = " 3.2.2 "
14
14
osmdroidAndroid = " 6.1.20"
15
15
osmAndroidCompose = " 0.0.5"
16
16
slf4j = " 2.0.17"
You can’t perform that action at this time.
0 commit comments