Skip to content

Commit d5713ce

Browse files
Bump com.gradleup.shadow:shadow-gradle-plugin from 8.3.8 to 9.3.1
Bumps [com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow) from 8.3.8 to 9.3.1. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@8.3.8...9.3.1) --- updated-dependencies: - dependency-name: com.gradleup.shadow:shadow-gradle-plugin dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d55cf58 commit d5713ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repositories {
4141
dependencies {
4242
implementation(gradleApi())
4343
implementation(localGroovy())
44-
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.8") { // Enable shading Java dependencies
44+
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.3.1") { // Enable shading Java dependencies
4545
exclude(group="org.codehaus.plexus", module="plexus-xml") // plexus-xml 4.x requires Java17
4646
}
4747
runtimeOnly("org.codehaus.plexus:plexus-xml:3.0.2")

0 commit comments

Comments
 (0)