Skip to content

Bump com.gradleup.shadow from 9.3.2 to 9.4.1#4367

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/gradle/com.gradleup.shadow-9.4.1
May 1, 2026
Merged

Bump com.gradleup.shadow from 9.3.2 to 9.4.1#4367
github-actions[bot] merged 1 commit into
masterfrom
dependabot/gradle/com.gradleup.shadow-9.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps com.gradleup.shadow from 9.3.2 to 9.4.1.

Release notes

Sourced from com.gradleup.shadow's releases.

9.4.1

Changed

  • Update Kotlin to 2.3.20. (#1978)

9.4.0

Added

  • Support Isolated Projects. (#1139)

Changed

  • Allow opting out of adding shadowJar into assemble lifecycle. (#1939)
    shadow {
      // Disable making `assemble` task depend on `shadowJar`. This is enabled by default.
      addShadowJarToAssembleLifecycle = false
    }
  • Stop catching ZipException when writing entries. (#1970)

Fixed

  • Fix interaction with Gradle artifact transforms. (#1345)
  • Fix skipStringConstants per-relocator behavior in mapName. (#1968)
  • Fix failing for non-existent class directories. (#1976)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 1, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 1, 2026 19:14
@github-actions github-actions Bot merged commit 37ec99a into master May 1, 2026
12 checks passed
@dependabot dependabot Bot deleted the dependabot/gradle/com.gradleup.shadow-9.4.1 branch May 1, 2026 19:25
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

Test Report

Test Results

Java Version Total Passed Failed Errors Skipped
Java 11 5733 (±0) 5677 (±0) 0 (±0) 0 (±0) 56 (±0)
Java 17 5733 (±0) 5676 (±0) 0 (±0) 0 (±0) 57 (±0)
Java 21 5733 (±0) 5676 (±0) 0 (±0) 0 (±0) 57 (±0)
Java 25 5733 (±0) 5676 (±0) 0 (±0) 0 (±0) 57 (±0)
jcstress 32 (±0) 32 (±0) 0 (±0) 0 (±0) 0 (±0)
Total 22964 (±0) 22737 (±0) 0 (±0) 0 (±0) 227 (±0)

Code Coverage (Java 25)

Metric Covered Missed Coverage vs Master
Lines 28903 3119 90.3% ±0.0%
Branches 8418 1504 84.8% ±0.0%
Methods 7730 1222 86.3% ±0.0%

No per-class coverage changes detected.

Full HTML report: build artifact jacoco-html-report

Updated: 2026-05-01 19:25:17 UTC

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants