diff --git a/build.gradle.kts b/build.gradle.kts index 0a2699a..e3aee4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("com.github.6b6t.6b6t-commons:commons-config:$commonsVersion") implementation("com.github.6b6t.6b6t-commons:commons-commands-core:$commonsVersion") - implementation("org.yaml:snakeyaml:2.4") + implementation("org.yaml:snakeyaml:2.7") compileOnly("net.strokkur.commands:annotations-velocity:$strokkurCommandsVersion") compileOnly("net.strokkur.commands:annotations-common-permission:$strokkurCommandsVersion") diff --git a/gradle.properties b/gradle.properties index 74adbf7..93fa56e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,5 +10,5 @@ mavenVersion=2.0.2-SNAPSHOT velocityVersion=3.6.0-SNAPSHOT bungeeCordVersion=26.1-R0.1-SNAPSHOT commonsVersion=4fee3cdc42 -strokkurCommandsVersion=2.1.3 +strokkurCommandsVersion=2.3.0 junitVersion=6.1.3 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b52fb7e..ad7845b 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-9.5.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/settings.gradle.kts b/settings.gradle.kts index a7aa5e7..dac0887 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -3,7 +3,7 @@ pluginManagement { gradlePluginPortal() } plugins { - id("com.gradleup.shadow") version "9.4.1" + id("com.gradleup.shadow") version "9.6.1" } }