From cffe609505602f06a5895992ecc7142e698fbd84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 04:23:04 +0000 Subject: [PATCH] Bump com.gradleup.shadow:shadow-gradle-plugin from 8.3.8 to 9.5.1 Bumps [com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow) from 8.3.8 to 9.5.1. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...9.5.1) --- updated-dependencies: - dependency-name: com.gradleup.shadow:shadow-gradle-plugin dependency-version: 9.5.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 96b1cb12dd4c..fe18b8b3aa91 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -60,7 +60,7 @@ repositories { dependencies { implementation(gradleApi()) implementation(localGroovy()) - implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.8") { // Enable shading Java dependencies + implementation("com.gradleup.shadow:shadow-gradle-plugin:9.5.1") { // Enable shading Java dependencies exclude(group="org.codehaus.plexus", module="plexus-xml") // plexus-xml 4.x requires Java17 } runtimeOnly("org.codehaus.plexus:plexus-xml:3.0.2")