dependabot[bot] opened a new pull request, #36023:
URL: https://github.com/apache/beam/pull/36023

   Bumps 
[com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow) 
from 8.3.8 to 9.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/GradleUp/shadow/releases";>com.gradleup.shadow:shadow-gradle-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>9.1.0</h2>
   <h2>Added</h2>
   <ul>
   <li>Allow opting out of <code>shadowRuntimeElements</code> variant. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1662";>#1662</a>)</li>
   <li>Allow opting out of <code>TARGET_JVM_VERSION_ATTRIBUTE</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1674";>#1674</a>)</li>
   <li>Allow opting out of <code>Multi-Release</code> attribute. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1675";>#1675</a>)</li>
   </ul>
   <h2>Changed</h2>
   <ul>
   <li>Don't inject <code>TargetJvmVersion</code> attribute when automatic JVM 
targeting is disabled. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1666";>#1666</a>)</li>
   <li>Do not write modified class files for no-op relocations. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1694";>#1694</a>)</li>
   </ul>
   <h2>9.0.2</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix missing space in <code>ApacheNoticeResourceTransformer</code> 
preamble causing malformed NOTICE header. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1623";>#1623</a>)</li>
   <li>Fix using <code>ApacheNoticeResourceTransformer</code> without 
<code>projectName</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1627";>#1627</a>)</li>
   <li>Fix extra indents of <code>ApacheNoticeResourceTransformer</code> 
output. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1628";>#1628</a>)</li>
   <li>Fix resolving BOM dependencies when <code>minimize</code> is enabled. 
(<a href="https://redirect.github.com/GradleUp/shadow/pull/1637";>#1637</a>)</li>
   </ul>
   <h2>9.0.1</h2>
   <blockquote>
   <p>[!NOTE]
   If you are upgrading from 8.x versions, please read <a 
href="https://github.com/GradleUp/shadow/releases/tag/9.0.0";>9.0.0</a> release 
notes first.</p>
   </blockquote>
   <blockquote>
   <p>[!TIP]
   You can diff the shadowed JARs when upgrading from 8.x to 9.x by using <a 
href="https://github.com/JakeWharton/diffuse";>Diffuse</a>.<br />
   If there are any things missing in the changelog or the doc site, please 
report them to us.</p>
   </blockquote>
   <h3>Changed</h3>
   <ul>
   <li>Improve the error message for empty <code>mainClassName</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1601";>#1601</a>)</li>
   <li>Default <code>duplicatesStrategy</code> back to <code>EXCLUDE</code>. 
(<a href="https://redirect.github.com/GradleUp/shadow/pull/1617";>#1617</a>)
   <ul>
   <li>This strategy is consistent with 8.x series behavior, which is more 
compatible for most users upgrading.</li>
   <li>For most <code>ResourceTransformer</code> users, you need to override 
the strategy to <code>INCLUDE</code> to make them work.</li>
   <li>Strongly suggest declaring the <code>duplicatesStrategy</code> 
explicitly in your <code>ShadowJar</code> configuration to avoid confusion.</li>
   <li>See more details about the strategies at <a 
href="https://gradleup.com/shadow/configuration/merging/#handling-duplicates-strategy";>Handling
 Duplicates Strategy</a>.</li>
   </ul>
   </li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix the regression of can't shadow directory inputs. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1606";>#1606</a>)</li>
   <li>Fix the regression of <code>MinimizeDependencyFilter</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1611";>#1611</a>)</li>
   </ul>
   <h2>9.0.0</h2>
   <blockquote>
   <p>[!WARNING]
   This release is a major update from the 8.x series. The plugin has been 
fully rewritten in Kotlin, bringing
   significant improvements to maintainability, performance, and future 
extensibility. It introduces many new features,
   enhancements, and bug fixes, and includes several breaking changes. Please 
review the changelog carefully and consult
   the <a href="https://gradleup.com/shadow/";>new doc site</a> before 
upgrading.</p>
   <p><em>If you really don't want to upgrade, you can still use the 8.3.x, 
which is also Gradle 9 compatible. But no additional features or crucial bug 
fixes will be included in the 8.x line.</em></p>
   </blockquote>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/6e3497d3417f633931a347f75585f62155d1bb25";><code>6e3497d</code></a>
 Prepare version 9.1.0</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/e84097303fd699ea091985ebd83e20a44e2951c4";><code>e840973</code></a>
 Apply kotlin-reflect explicitly (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1699";>#1699</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/872445153b14cf1e54276bfe2a14564bb812a76e";><code>8724451</code></a>
 Simplify SimpleRelocator.hashCode (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1698";>#1698</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/e4567fad6e4cff665ecf8cd2f280e518d38efdbb";><code>e4567fa</code></a>
 Prefer using when in visitFile (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1697";>#1697</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/53203e1b307fc5555abe46512bfc7bbea93f06d5";><code>53203e1</code></a>
 Document more about eachFile, filesMatching, and filesNotMatching (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1682";>#1682</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/619a512749a6fd7027d92aab672302c1082bfb1c";><code>619a512</code></a>
 Add guidelines for reviewing pull requests</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/74651fbbdee4579ce49271bf7f57d823a03d8c62";><code>74651fb</code></a>
 Do not write modified class files for no-op relocations (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1694";>#1694</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/3634e6de49e051b9c6e6344f27a95618da768edd";><code>3634e6d</code></a>
 Tweak docs about using ResourceTransformers (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1693";>#1693</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/855552942fd7edacc9273828bbe54201db3abe80";><code>8555529</code></a>
 Rearrange the publishing doc sections (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1691";>#1691</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/e82bd7d849e08978bdc5c111170a7c12f893dbc1";><code>e82bd7d</code></a>
 Update actions/upload-pages-artifact action to v4 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1690";>#1690</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/GradleUp/shadow/compare/8.3.8...9.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradleup.shadow:shadow-gradle-plugin&package-manager=gradle&previous-version=8.3.8&new-version=9.1.0)](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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to