Skip to content

Commit

Permalink
Update dependency io.ktor:ktor-server-core to v2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 9a6b501 commit f567a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kotlin {
implementation(libs.kotlinx.coroutines)
implementation(libs.kotlinx.serialization)

implementation("io.ktor:ktor-server-core:2.3.6")
implementation("io.ktor:ktor-server-core:2.3.8")
implementation("io.ktor:ktor-server-netty:2.3.6")
implementation("io.ktor:ktor-server-cors:2.3.6")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.6")
Expand Down

0 comments on commit f567a2b

Please sign in to comment.