From 507bdf3da5bf34f9d92613c97c96e50978395ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 06:43:49 +0000 Subject: [PATCH] Bump com.gradleup.shadow from 8.3.9 to 9.0.0 Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.9 to 9.0.0. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.9...9.0.0) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.0.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 6103340ace..c7a1bfe169 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'archunit.base-conventions' - id 'com.gradleup.shadow' version '8.3.9' apply false + id 'com.gradleup.shadow' version '9.0.0' apply false id 'com.github.spotbugs' version '6.2.3' apply false id "io.github.gradle-nexus.publish-plugin" version "2.0.0" apply false id "com.diffplug.spotless" version "7.2.1" apply false