From 22279683de7026f5a9933af5c079625ea2f7aef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 09:35:06 +0000 Subject: [PATCH] Bump com.gradleup.shadow from 9.0.0-beta6 to 9.0.1 in /Plan Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 9.0.0-beta6 to 9.0.1. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.0.0-beta6...9.0.1) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 6523ad8dc5..d564bf6943 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -10,7 +10,7 @@ buildscript { plugins { id("base") id "org.sonarqube" version "6.2.0.5505" - id "com.gradleup.shadow" version "9.0.0-beta6" apply false + id "com.gradleup.shadow" version "9.0.2" apply false id "fabric-loom" version "1.9-SNAPSHOT" apply false }