From 251a3917cb37216faaa75cfd61d926f4ddb7f501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 00:45:01 +0000 Subject: [PATCH] Bump com.gradleup.shadow from 9.0.0-beta6 to 9.4.1-SNAPSHOT in /Plan Bumps com.gradleup.shadow from 9.0.0-beta6 to 9.4.1-SNAPSHOT. --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.4.1-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-minor ... 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 3e2e5fba87..6090fa47cc 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -10,7 +10,7 @@ buildscript { plugins { id("base") id "org.sonarqube" version "7.2.3.7755" - id "com.gradleup.shadow" version "9.0.0-beta6" apply false + id "com.gradleup.shadow" version "9.4.1-SNAPSHOT" apply false id "fabric-loom" version "1.15.4" apply false }