Skip to content

Commit

Permalink
Update dependency io.ktor:ktor-server-content-negotiation to v2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 955f016 commit 04f512f
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.10")

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

Expand Down

0 comments on commit 04f512f

Please sign in to comment.