diff --git a/build.gradle.kts b/build.gradle.kts index c5d514a..05ebc99 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") }