Skip to content

Commit

Permalink
Update dependency io.javalin:javalin to v4.6.8 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 18, 2024
1 parent 4b47494 commit cb97cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group = "de.chojo"
dependencies {
implementation(project(":plugin-api"))
compileOnly("io.papermc.paper", "paper-api", "1.19.2-R0.1-SNAPSHOT")
implementation("io.javalin", "javalin", "4.6.5")
implementation("io.javalin", "javalin", "4.6.8")
implementation("de.eldoria", "eldo-util", "1.14.0-DEV")
implementation("org.slf4j", "slf4j-api", "1.7.36")
}
Expand Down
2 changes: 1 addition & 1 deletion plugin-velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories{
}

dependencies{
implementation("io.javalin", "javalin", "4.6.5")
implementation("io.javalin", "javalin", "4.6.8")
implementation(project(":plugin-api"))
compileOnly("com.velocitypowered", "velocity-api", "1.0.0-SNAPSHOT")
annotationProcessor("com.velocitypowered", "velocity-api", "1.0.0-SNAPSHOT")
Expand Down

0 comments on commit cb97cbe

Please sign in to comment.