Skip to content

Bump com.gradleup.shadow:shadow-gradle-plugin from 9.4.1 to 9.6.1 - #548

Merged
cleverchuk merged 3 commits into
mainfrom
dependabot/gradle/com.gradleup.shadow-shadow-gradle-plugin-9.6.1
Jul 24, 2026
Merged

Bump com.gradleup.shadow:shadow-gradle-plugin from 9.4.1 to 9.6.1#548
cleverchuk merged 3 commits into
mainfrom
dependabot/gradle/com.gradleup.shadow-shadow-gradle-plugin-9.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps com.gradleup.shadow:shadow-gradle-plugin from 9.4.1 to 9.6.1.

Release notes

Sourced from com.gradleup.shadow:shadow-gradle-plugin's releases.

9.6.1

Changed

  • Use GradleException for expected build failures. (#2113)

Fixed

  • Preserve repeated lines in R8 rule files when using minimize { r8 { ... } }. (#2115)

9.6.0

Added

  • Extract R8 rules from dependency JARs when using minimize { r8 { ... } }. (#2089)

Changed

  • Rename ShadowDslMarker to ShadowDsl. (#2091)
  • POTENTIALLY BREAKING: Apply @ShadowDsl to ShadowJar, ResourceTransformer, DependencyFilter, and Relocator. (#2090)
    This restricts nested DSL configuration blocks from implicitly calling outer receiver APIs in Kotlin script files.

Fixed

  • Validate ZIP entry names to prevent Zip Slip path traversal.
  • Avoid resolving unused R8 dependency. (#2101)

9.5.1

Fixed

  • Fix eager calls for toolchainSpec in Kotlin DSL. (#2087)

9.5.0

Added

  • Check DuplicatesStrategy for merging transformers. (#2026)
    This will log warnings when an incompatible DuplicatesStrategy (e.g., EXCLUDE) is applied in Gradle configuration for built-in ResourceTransformers.
  • Add KotlinModuleMetadataTransformer. (#2073)
  • Add R8 as an opt-in minimize { r8 { ... } } tool for shrinking the final shadowed JAR. (#2077)

Changed

  • Bump min Gradle requirement to 9.2.0. (#2057)
  • Remove afterEvaluate when adding variants. (#2056)

Deprecated

  • Deprecate enableKotlinModuleRemapping for ShadowJar. (#2073)
    Apply KotlinModuleMetadataTransformer explicitly to support relocating inside Kotlin module metadata files. This flag will be disabled and removed in the next major release.
  • Deprecate everything under ShadowCopyAction. (#2083)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 22, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 22, 2026 19:53
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 22, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 22, 2026 19:53
@dependabot dependabot Bot added the java Pull requests that update java code label Jul 22, 2026
@cleverchuk

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow) from 9.4.1 to 9.6.1.
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@9.4.1...9.6.1)

---
updated-dependencies:
- dependency-name: com.gradleup.shadow:shadow-gradle-plugin
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/com.gradleup.shadow-shadow-gradle-plugin-9.6.1 branch from 6874b3d to 3c2c300 Compare July 24, 2026 12:43
Copilot AI requested a review from cleverchuk July 24, 2026 15:24
@cleverchuk

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@cleverchuk

Copy link
Copy Markdown
Contributor

@copilot fix merge conflict

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

@copilot fix merge conflict

Fixed in c6a3fbf. I merged latest main into this branch and resolved the conflict in buildSrc/build.gradle.kts by keeping shadow-gradle-plugin at 9.6.1 and taking buildconfig 6.0.10 from main.

@cleverchuk
cleverchuk merged commit bb64212 into main Jul 24, 2026
17 checks passed
@cleverchuk
cleverchuk deleted the dependabot/gradle/com.gradleup.shadow-shadow-gradle-plugin-9.6.1 branch July 24, 2026 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Development

Successfully merging this pull request may close these issues.

2 participants