Skip to content

Commit

Permalink
fix(deps): update dependency io.javalin:javalin to v5.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 17, 2024
1 parent aea8b22 commit 39c1867
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 @@ -21,7 +21,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")

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

// Logging
implementation("org.slf4j:slf4j-simple:2.0.13")
Expand Down

0 comments on commit 39c1867

Please sign in to comment.