From 2e0c1e82c5d90d58dc1c216a62007740afc545b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:14:40 +0000 Subject: [PATCH] build(deps): bump com.gradleup.shadow from 8.3.5 to 9.6.0 Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.5 to 9.6.0. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.5...9.6.0) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 07bd9ea..422a602 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'com.gradleup.shadow' version '8.3.5' apply false + id 'com.gradleup.shadow' version '9.6.0' apply false } subprojects {