From 6d685e6f6bdaba411e24305b90e509fa1ecc21ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 15:11:46 +0000 Subject: [PATCH] fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v8.3.7 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 09d244d..a25effd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { compileOnly("org.projectlombok:lombok:1.18.36") annotationProcessor("org.projectlombok:lombok:1.18.36") - implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5") + implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.7") 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.0.0")