Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Telesphoreo committed Nov 26, 2023
1 parent 4e593e1 commit f0582e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ dependencies {
implementation("dev.plex:server:1.4-SNAPSHOT")
implementation("org.json:json:20231013")
implementation("org.reflections:reflections:0.10.2")
implementation("org.eclipse.jetty:jetty-server:11.0.17")
implementation("org.eclipse.jetty:jetty-servlet:11.0.17")
implementation("org.eclipse.jetty:jetty-proxy:11.0.17")
implementation("org.eclipse.jetty:jetty-server:11.0.18")
implementation("org.eclipse.jetty:jetty-servlet:11.0.18")
implementation("org.eclipse.jetty:jetty-proxy:11.0.18")
implementation("com.github.MilkBowl:VaultAPI:1.7.1") {
exclude("org.bukkit", "bukkit")
}
Expand Down

0 comments on commit f0582e0

Please sign in to comment.