diff --git a/minecraft/gradle/libs.versions.toml b/minecraft/gradle/libs.versions.toml index e9e283a8..783cd109 100644 --- a/minecraft/gradle/libs.versions.toml +++ b/minecraft/gradle/libs.versions.toml @@ -1,13 +1,13 @@ [versions] # common libraries adventure = "4.26.1" -annotations = "26.0.2-1" -codec4j = "0.2.0-beta.5" +annotations = "26.1.0" +codec4j = "0.2.0-beta.6" concurrent-util = "0.0.8" discord-webhooks = "0.8.4" hikaricp = "7.0.2" minio = "8.6.0" -mysql = "9.5.0" +mysql = "9.6.0" slf4j = "2.0.17" # for testing @@ -15,7 +15,7 @@ junit = "6.0.3" # gradle plugins run-task = "3.0.2" -gradle-plugins = "1.6.1" +gradle-plugins = "1.8.1" # platform api paper = "1.21.7-R0.1-SNAPSHOT" diff --git a/minecraft/gradle/wrapper/gradle-wrapper.jar b/minecraft/gradle/wrapper/gradle-wrapper.jar index f8e1ee31..d997cfc6 100644 Binary files a/minecraft/gradle/wrapper/gradle-wrapper.jar and b/minecraft/gradle/wrapper/gradle-wrapper.jar differ diff --git a/minecraft/gradle/wrapper/gradle-wrapper.properties b/minecraft/gradle/wrapper/gradle-wrapper.properties index 23449a2b..dbc3ce4a 100644 --- a/minecraft/gradle/wrapper/gradle-wrapper.properties +++ b/minecraft/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/minecraft/gradlew b/minecraft/gradlew index adff685a..0262dcbd 100755 --- a/minecraft/gradlew +++ b/minecraft/gradlew @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/b631911858264c0b6e4d6603d677ff5218766cee/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/.