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 @@ -16,11 +16,11 @@ kotlin {
16
16
implementation(libs.kotlinx.coroutines)
17
17
implementation(libs.kotlinx.serialization)
18
18
19
- implementation(" io.ktor:ktor-server-core:2.3.12 " )
20
- implementation(" io.ktor:ktor-server-netty:2.3.12 " )
21
- implementation(" io.ktor:ktor-server-cors:2.3.12 " )
22
- implementation(" io.ktor:ktor-serialization-kotlinx-json:2.3.12 " )
23
- implementation(" io.ktor:ktor-server-content-negotiation:2.3.12 " )
19
+ implementation(" io.ktor:ktor-server-core:2.3.13 " )
20
+ implementation(" io.ktor:ktor-server-netty:2.3.13 " )
21
+ implementation(" io.ktor:ktor-server-cors:2.3.13 " )
22
+ implementation(" io.ktor:ktor-serialization-kotlinx-json:2.3.13 " )
23
+ implementation(" io.ktor:ktor-server-content-negotiation:2.3.13 " )
24
24
25
25
implementation(" ch.qos.logback:logback-classic:1.5.8" )
26
26
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ androidGradlePlugin = "8.11.0"
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