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 {
2222 implementation(libs.kotlinx.coroutines)
2323 implementation(libs.kotlinx.serialization)
2424
25- implementation(" io.ktor:ktor-server-core:3.2.3 " )
26- implementation(" io.ktor:ktor-server-netty:3.2.3 " )
27- implementation(" io.ktor:ktor-server-cors:3.2.3 " )
28- implementation(" io.ktor:ktor-serialization-kotlinx-json:3.2.3 " )
29- implementation(" io.ktor:ktor-server-content-negotiation:3.2.3 " )
25+ implementation(" io.ktor:ktor-server-core:3.3.1 " )
26+ implementation(" io.ktor:ktor-server-netty:3.3.1 " )
27+ implementation(" io.ktor:ktor-server-cors:3.3.1 " )
28+ implementation(" io.ktor:ktor-serialization-kotlinx-json:3.3.1 " )
29+ implementation(" io.ktor:ktor-server-content-negotiation:3.3.1 " )
3030
3131 implementation(" ch.qos.logback:logback-classic:1.5.18" )
3232
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ kotlinxSerialization = "1.9.0"
99androidGradlePlugin = " 8.12.2"
1010koin = " 4.1.1"
1111koin-annotations = " 2.2.0"
12- ktor = " 3.2.3 "
12+ ktor = " 3.3.1 "
1313osmdroidAndroid = " 6.1.20"
1414osmAndroidCompose = " 0.0.5"
1515slf4j = " 2.0.17"
You can’t perform that action at this time.
0 commit comments