Skip to content

build(deps): bump com.gradleup.shadow from 8.3.9 to 9.3.2#14886

Merged
loicmathieu merged 1 commit intodevelopfrom
dependabot/gradle/com.gradleup.shadow-9.3.2
Mar 3, 2026
Merged

build(deps): bump com.gradleup.shadow from 8.3.9 to 9.3.2#14886
loicmathieu merged 1 commit intodevelopfrom
dependabot/gradle/com.gradleup.shadow-9.3.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps com.gradleup.shadow from 8.3.9 to 9.3.2.

Release notes

Sourced from com.gradleup.shadow's releases.

9.3.2

Changed

  • Log warnings for duplicates in the final JAR. (#1931)

Fixed

  • Fix relocation patterns not included in task fingerprint. (#1933)

9.3.1

Fixed

  • Use ASM from jdependency embedded. (#1898)
    This fixes potential classpath conflicts when using Shadow with other plugins that also use ASM.

9.3.0

Added

  • Add PatternFilterableResourceTransformer to simplify pattern based ResourceTransformers. (#1849)
  • Expose patternSet of ServiceFileTransformer as public. (#1849)
  • Expose patternSet of ApacheLicenseResourceTransformer as public. (#1850)
  • Expose patternSet of ApacheNoticeResourceTransformer as public. (#1850)
  • Expose patternSet of PreserveFirstFoundResourceTransformer as public. (#1855)
  • Support overriding output path of ApacheNoticeResourceTransformer. (#1851)
  • Add new merge strategy Fail to PropertiesFileTransformer. (#1856)
  • Add FindResourceInClasspath task to help with debugging issues with merged duplicate resources. (#1860)
  • Add MergeLicenseResourceTransformer. (#1858)
  • Add DeduplicatingResourceTransformer to deduplicate on path and content. (#1859)
  • Support disabling Kotlin module metadata remapping. (#1875)
    tasks.shadowJar {
      // Disable remapping of Kotlin module metadata (`.kotlin_module`) files. This is enabled by default.
      enableKotlinModuleRemapping = false
    }

Changed

  • Change the group of startShadowScripts from application to other. (#1797)
  • Update ASM and jdependency to support Java 26. (#1799)
  • Bump min Gradle requirement to 9.0.0. (#1801)
  • Deprecate PreserveFirstFoundResourceTransformer.resources. (#1855)
  • Make the output of PropertiesFileTransformer reproducible. (#1861)
  • Deprecate ShadowCopyAction. (#1876)
    It should not be used as a public API. Will be made internal in a future release.

Fixed

  • Fix Develocity integration when Isolated Projects enabled. (#1836)

... (truncated)

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 8.3.9 to 9.3.2.
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@8.3.9...9.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added area/backend Needs backend code changes dependency-upgrade Dependency upgrade is needed labels Mar 3, 2026
@github-project-automation github-project-automation bot moved this to To review in Pull Requests Mar 3, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2026

Tests report quick summary:

success ✅ > tests: 3926, success: 3912, skipped: 14, failed: 0

unfold for details
Project Status Success Skipped Failed
cli success ✅ 80 0 0
core success ✅ 1867 0 0
executor success ✅ 4 0 0
jdbc success ✅ 12 0 0
jdbc-h2 success ✅ 475 0 0
jdbc-mysql success ✅ 478 0 0
jdbc-postgres success ✅ 478 0 0
processor success ✅ 7 0 0
runner-memory success ✅ 1 0 0
scheduler success ✅ 23 0 0
script success ✅ 12 0 0
storage-local success ✅ 64 0 0
webserver success ✅ 421 0 0
worker success ✅ 4 0 0

@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2026

🧪 Java Unit Tests

TestsPassed ✅Skipped ⚠️FailedTime ⏱
Java Tests Report3926 ran3912 ✅14 ⚠️0 ❌42m 34s 929ms

@loicmathieu loicmathieu merged commit 7156960 into develop Mar 3, 2026
9 of 12 checks passed
@loicmathieu loicmathieu deleted the dependabot/gradle/com.gradleup.shadow-9.3.2 branch March 3, 2026 08:47
@github-project-automation github-project-automation bot moved this from To review to Done in Pull Requests Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/backend Needs backend code changes dependency-upgrade Dependency upgrade is needed

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant