Skip to content

Commit

Permalink
Update dependency io.ktor:ktor-server-content-negotiation 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 45a17b2
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 @@ -20,7 +20,7 @@ kotlin {
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")
implementation("io.ktor:ktor-server-content-negotiation:2.3.6")
implementation("io.ktor:ktor-server-content-negotiation:2.3.8")

implementation("ch.qos.logback:logback-classic:1.4.14")

Expand Down

0 comments on commit 45a17b2

Please sign in to comment.