Skip to content

Commit

Permalink
Update dependency io.javalin:javalin to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent 7eed4b3 commit f6fade5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
api("com.fasterxml.jackson.core", "jackson-databind", "2.17.2")

// web api
api("io.javalin", "javalin", "4.6.8")
api("io.javalin", "javalin", "6.2.0")
api("io.javalin", "javalin-openapi", "4.6.8")

// unit testing
Expand Down

0 comments on commit f6fade5

Please sign in to comment.