Skip to content

Commit 4dbb82e

Browse files
Update ktor monorepo
1 parent 500010f commit 4dbb82e

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
@@ -16,11 +16,11 @@ kotlin {
1616
implementation(libs.kotlinx.coroutines)
1717
implementation(libs.kotlinx.serialization)
1818

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")
2424

2525
implementation("ch.qos.logback:logback-classic:1.5.8")
2626

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.0"
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)