diff --git a/build.gradle.kts b/build.gradle.kts index 9282f82..90ff43f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,9 +34,9 @@ dependencies { implementation("dev.plex:server:1.3-SNAPSHOT") implementation("org.json:json:20230227") implementation("org.reflections:reflections:0.10.2") - implementation("org.eclipse.jetty:jetty-server:11.0.14") - implementation("org.eclipse.jetty:jetty-servlet:11.0.14") - implementation("org.eclipse.jetty:jetty-proxy:11.0.14") + implementation("org.eclipse.jetty:jetty-server:11.0.15") + implementation("org.eclipse.jetty:jetty-servlet:11.0.15") + implementation("org.eclipse.jetty:jetty-proxy:11.0.15") implementation("com.github.MilkBowl:VaultAPI:1.7.1") { exclude("org.bukkit", "bukkit") } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bdc9a83..37aef8d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists