Skip to content

Commit 945f3e2

Browse files
Bump com.gradleup.shadow from 9.3.1 to 9.3.2 (#296)
Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 9.3.1 to 9.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/GradleUp/shadow/releases">com.gradleup.shadow's releases</a>.</em></p> <blockquote> <h2>9.3.2</h2> <h3>Changed</h3> <ul> <li>Log warnings for duplicates in the final JAR. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1931">#1931</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix relocation patterns not included in task fingerprint. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1933">#1933</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GradleUp/shadow/commit/929f027974dca7ee2bab7269dc58629fc8cfc8e6"><code>929f027</code></a> Prepare version 9.3.2</li> <li><a href="https://github.com/GradleUp/shadow/commit/6272e523ea36b7dbb64dad8e9bdf0b7d63c6c053"><code>6272e52</code></a> Mention updating the unreleased changelog section (<a href="https://redirect.github.com/GradleUp/shadow/issues/1935">#1935</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/0b52ba83f5ffee0dd5517d607a0d41be54bbe3ed"><code>0b52ba8</code></a> Update Gradle to v9.4.0-rc-2 (<a href="https://redirect.github.com/GradleUp/shadow/issues/1934">#1934</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/db1a2d828eaed8022c8d2e8968a4961e90a12bdb"><code>db1a2d8</code></a> Fix relocation patterns not included in task fingerprint (<a href="https://redirect.github.com/GradleUp/shadow/issues/1933">#1933</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/634f2462da727d623e883600e2a5e133c34fa7a7"><code>634f246</code></a> Log warnings for duplicates in the final JAR (<a href="https://redirect.github.com/GradleUp/shadow/issues/1931">#1931</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/a0095134cc4d38c9e0becdb382f4622dd7c79c8c"><code>a009513</code></a> Update README to reflect changes in module descriptors</li> <li><a href="https://github.com/GradleUp/shadow/commit/6dd58e268a27cb2b869ad02d88e3811d7271f503"><code>6dd58e2</code></a> Sync changelog for main from 8.3.10 release (<a href="https://redirect.github.com/GradleUp/shadow/issues/1928">#1928</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/24cc83a80081e43e87b0b6617f279fb9c103410b"><code>24cc83a</code></a> Update dependency org.vafer:jdependency to v2.15 (<a href="https://redirect.github.com/GradleUp/shadow/issues/1926">#1926</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/a07c8a4037248caa7aafa77639af380d04fb028c"><code>a07c8a4</code></a> Update kotlin monorepo to v2.3.20-RC (<a href="https://redirect.github.com/GradleUp/shadow/issues/1925">#1925</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/bb11389d60e57d6781d3edad855807ea2b4ba20f"><code>bb11389</code></a> Gradle 9.4.0-rc-1 (<a href="https://redirect.github.com/GradleUp/shadow/issues/1919">#1919</a>)</li> <li>Additional commits viewable in <a href="https://github.com/GradleUp/shadow/compare/9.3.1...9.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradleup.shadow&package-manager=gradle&previous-version=9.3.1&new-version=9.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e35692 commit 945f3e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ junitVersion = "6.0.3"
1212
assertj-core-version = "3.27.7"
1313
mockito-version = "5.22.0"
1414

15-
shadow-version = "9.3.1"
15+
shadow-version = "9.3.2"
1616
jib-version = "3.5.3"
1717

1818
[libraries]

0 commit comments

Comments
 (0)