Skip to content

Commit

Permalink
fix(deps): update dependency io.javalin:javalin to v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 19ab23d commit f4be509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
exclude("org.slf4j")
}
implementation(group = "com.lmax", name = "disruptor", version = "4.0.0")
implementation(group = "io.javalin", name = "javalin", version = "6.3.0")
implementation(group = "io.javalin", name = "javalin", version = "6.4.0")
implementation(group = "javax.inject", name = "javax.inject", version = "1")
implementation(group = "javax.xml.bind", name = "jaxb-api", version = "2.3.1")
implementation(group = "net.minecrell", name = "terminalconsoleappender", version = "1.3.0")
Expand Down

0 comments on commit f4be509

Please sign in to comment.