diff --git a/build.gradle b/build.gradle index 3d1866b..5eaa1a0 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { } dependencies { classpath "org.apache.httpcomponents:httpmime:4.5.13" - classpath "com.google.code.gson:gson:2.8.9" + classpath "com.google.code.gson:gson:2.9.0" classpath "org.apache.httpcomponents:httpclient:4.5.13" } } @@ -92,7 +92,7 @@ dependencies { implementation "com.velocitypowered:velocity-api:3.1.1" annotationProcessor "com.velocitypowered:velocity-api:3.1.1" - implementation "io.netty:netty-all:4.1.73.Final" + implementation "io.netty:netty-all:4.1.74.Final" compileOnly 'com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT' implementation "com.sk89q.worldedit:worldedit-bukkit:7.2.9" diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 7454180..41d9927 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 669386b..b1159fc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists