diff --git a/build-logic/build.gradle.kts b/build-logic/build.gradle.kts index 8107b456..eda1ea5b 100644 --- a/build-logic/build.gradle.kts +++ b/build-logic/build.gradle.kts @@ -8,5 +8,5 @@ repositories { dependencies { // version must be manually kept in sync with the one in root project settings.gradle.kts - implementation("gradle.plugin.com.github.johnrengelman", "shadow", "8.0.0") + implementation("com.github.johnrengelman", "shadow", "8.1.0") } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 42defcc9..fc10b601 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.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle.kts b/settings.gradle.kts index f64af541..26983d83 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,7 +16,7 @@ dependencyResolutionManagement { pluginManagement { plugins { id("net.kyori.blossom") version "1.2.0" - id("com.github.johnrengelman.shadow") version "8.0.0" + id("com.github.johnrengelman.shadow") version "8.1.0" } } diff --git a/sponge/src/main/resources/META-INF/sponge_plugins.json b/sponge/src/main/resources/META-INF/sponge_plugins.json index 72e7569f..1d30c67b 100644 --- a/sponge/src/main/resources/META-INF/sponge_plugins.json +++ b/sponge/src/main/resources/META-INF/sponge_plugins.json @@ -35,7 +35,7 @@ }, { "id": "viaversion", - "version": "[4.2.0,)" + "version": "[4.6.0,)" } ] },