diff --git a/build.gradle b/build.gradle index 90c82fea..dd9d9532 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { } dependencies { classpath "org.apache.httpcomponents:httpmime:4.5.14" - classpath "com.google.code.gson:gson:2.10.1" + classpath "com.google.code.gson:gson:2.11.0" classpath "org.apache.httpcomponents:httpclient:4.5.14" } } @@ -88,15 +88,15 @@ dependencies { //implementation "org.bukkit:bukkit:1.16.1-R0.1-SNAPSHOT" implementation "org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT" - implementation "net.md-5:bungeecord-api:1.16-R0.4" + implementation "net.md-5:bungeecord-api:1.20-R0.2" implementation "com.velocitypowered:velocity-api:3.1.1" annotationProcessor "com.velocitypowered:velocity-api:3.1.1" - implementation "io.netty:netty-all:4.1.91.Final" + implementation "io.netty:netty-all:4.1.111.Final" compileOnly 'com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT' - implementation "com.sk89q.worldedit:worldedit-bukkit:7.2.14" + implementation "com.sk89q.worldedit:worldedit-bukkit:7.3.4" //compile fileTree(dir: 'libs', include: ['*.jar']) } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 943f0cbf..afba1092 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e8be595e..5c00f617 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-7.6.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists