diff --git a/Velocity b/Velocity index f744b37..c7ba525 160000 --- a/Velocity +++ b/Velocity @@ -1 +1 @@ -Subproject commit f744b37ad5c7b6f00ca01681f26b75cad2584b7e +Subproject commit c7ba5255e3b0170a0e7183f3a38927931de34a03 diff --git a/build.gradle.kts b/build.gradle.kts index 9b82d0c..45e084d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { java idea - id("com.github.johnrengelman.shadow") version "7.1.2" + id("com.github.johnrengelman.shadow") version "8.1.1" } group = "org.adde0109" @@ -21,10 +21,10 @@ dependencies { annotationProcessor("com.velocitypowered:velocity-api") compileOnly("com.electronwill.night-config:toml:3.6.6") implementation("org.bstats:bstats-velocity:3.0.1") - compileOnly("io.netty:netty-buffer:4.1.86.Final") - compileOnly("io.netty:netty-transport:4.1.86.Final") - compileOnly("io.netty:netty-codec:4.1.86.Final") - compileOnly("io.netty:netty-handler:4.1.86.Final") + compileOnly("io.netty:netty-buffer:4.1.90.Final") + compileOnly("io.netty:netty-transport:4.1.90.Final") + compileOnly("io.netty:netty-codec:4.1.90.Final") + compileOnly("io.netty:netty-handler:4.1.90.Final") } tasks { diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 943f0cb..ccebba7 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 42defcc..bdc9a83 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-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index 65dcd68..79a61d4 100644 --- a/gradlew +++ b/gradlew @@ -144,7 +144,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then case $MAX_FD in #( max*) # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC3045 + # shellcheck disable=SC3045 MAX_FD=$( ulimit -H -n ) || warn "Could not query maximum file descriptor limit" esac @@ -152,7 +152,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then '' | soft) :;; #( *) # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC3045 + # shellcheck disable=SC3045 ulimit -n "$MAX_FD" || warn "Could not set maximum file descriptor limit to $MAX_FD" esac