Skip to content

Commit

Permalink
fix(deps): update dependency io.javalin:javalin to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 24, 2024
1 parent b6efe44 commit f0a3c74
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.2")

// Web framework
implementation("io.javalin:javalin:5.6.3")
implementation("io.javalin:javalin:6.1.0")

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

0 comments on commit f0a3c74

Please sign in to comment.