Skip to content

Commit bd35ed1

Browse files
Update ktor monorepo to v3.2.2
1 parent 8918bf7 commit bd35ed1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

backend/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.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")
3030

3131
implementation("ch.qos.logback:logback-classic:1.5.8")
3232

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ androidGradlePlugin = "8.11.1"
1010
koin = "4.1.0"
1111
koinCompose = "4.1.0"
1212
koinComposeMultiplatform = "4.1.0"
13-
ktor = "3.2.1"
13+
ktor = "3.2.2"
1414
osmdroidAndroid = "6.1.20"
1515
osmAndroidCompose = "0.0.5"
1616
slf4j = "2.0.17"

0 commit comments

Comments
 (0)