diff --git a/build.gradle.kts b/build.gradle.kts index 43bb63d..aa12164 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("java") id("maven-publish") - id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.8" + id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.9" id("net.kyori.blossom") version "2.1.0" id("io.github.goooler.shadow") version "8.1.8" } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index e644113..a4b76b9 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 0aaefbc..df97d72 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.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index b740cf1..f5feea6 100755 --- a/gradlew +++ b/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/gradlew.bat b/gradlew.bat index 7101f8e..9b42019 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/server/build.gradle.kts b/server/build.gradle.kts index 2521de7..f2cec2c 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -16,12 +16,12 @@ repositories { dependencies { library("org.projectlombok:lombok:1.18.34") library("org.json:json:20240303") - library("commons-io:commons-io:2.16.1") - library("redis.clients:jedis:5.1.5") + library("commons-io:commons-io:2.17.0") + library("redis.clients:jedis:5.2.0") library("org.mariadb.jdbc:mariadb-java-client:3.4.1") - library("com.zaxxer:HikariCP:5.1.0") + library("com.zaxxer:HikariCP:6.0.0") library("org.apache.maven.resolver:maven-resolver-transport-http:1.9.22") - library("org.jetbrains:annotations:24.1.0") + library("org.jetbrains:annotations:25.0.0") compileOnly("dev.folia:folia-api:1.20.6-R0.1-SNAPSHOT") compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") { exclude("org.bukkit", "bukkit") @@ -29,8 +29,8 @@ dependencies { compileOnly("net.coreprotect:coreprotect:22.4") compileOnly("network.darkhelmet.prism:Prism-Api:1.0.0") - implementation("org.bstats:bstats-base:3.0.3") - implementation("org.bstats:bstats-bukkit:3.0.3") + implementation("org.bstats:bstats-base:3.1.0") + implementation("org.bstats:bstats-bukkit:3.1.0") implementation("com.github.LeonMangler:SuperVanish:6.2.18-3")