Skip to content

Commit

Permalink
Update dependency io.ktor:ktor-serialization-kotlinx-json to v2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent 955f016 commit 34c6867
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 @@ -19,7 +19,7 @@ kotlin {
implementation("io.ktor:ktor-server-core:2.3.6")
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-serialization-kotlinx-json:2.3.9")
implementation("io.ktor:ktor-server-content-negotiation:2.3.6")

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

0 comments on commit 34c6867

Please sign in to comment.