Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serializat…
Browse files Browse the repository at this point in the history
…ion-json to v1.7.1
  • Loading branch information
renovate[bot] authored Jul 6, 2024
1 parent 4a2d39a commit d2c26db
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 @@ -18,7 +18,7 @@ dependencies {
implementation(kotlin("stdlib"))

// JVM dependency
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")

// Web framework
implementation("io.javalin:javalin:5.6.5")
Expand Down

0 comments on commit d2c26db

Please sign in to comment.