From 8c765b5a76039d697b1d9d4ef1e061dece15a15d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:37:47 +0000 Subject: [PATCH] fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.3.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ec0c93e..d41a12d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation("org.yaml:snakeyaml:2.5") - implementation("com.gradleup.shadow:shadow-gradle-plugin:9.2.2") + implementation("com.gradleup.shadow:shadow-gradle-plugin:9.3.2") implementation("net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4") implementation("org.cthing.build-constants:org.cthing.build-constants.gradle.plugin:2.1.0")