dependabot[bot] opened a new pull request, #35877: URL: https://github.com/apache/beam/pull/35877
Bumps [com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow) from 8.3.8 to 9.0.2. <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.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> <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>Added</h3> <ul> <li>Add .md support to the Apache License and Notice transformers. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1041">#1041</a>)</li> <li>Sync <code>SimpleRelocator</code> changes from maven-shade-plugin. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1076">#1076</a>)</li> <li>Support configuring <code>separator</code> in <code>AppendingTransformer</code>. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1169">#1169</a>)<br /> This is useful for handling files like <code>resources/application.yml</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GradleUp/shadow/commit/b7e181871010f816b2fcd49aabbaa517dbb6980e"><code>b7e1818</code></a> Prepare version 9.0.2</li> <li><a href="https://github.com/GradleUp/shadow/commit/e88543a0335f2b60787a0f96b02a8dfbad7ce341"><code>e88543a</code></a> Update kotlin monorepo to v2.2.10 (<a href="https://redirect.github.com/GradleUp/shadow/issues/1660">#1660</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/04cdee5e2bf6220f182f7b97bebd813909ee3002"><code>04cdee5</code></a> Back to windows-11-arm</li> <li><a href="https://github.com/GradleUp/shadow/commit/e03d4f1580d42e530aacf7ccbdd24abb6c90a725"><code>e03d4f1</code></a> Make build-status depend on more jobs (<a href="https://redirect.github.com/GradleUp/shadow/issues/1658">#1658</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/9de3b215fb113ddc3e54508d81d5648ff65104b1"><code>9de3b21</code></a> Add explicit lint workflow (<a href="https://redirect.github.com/GradleUp/shadow/issues/1659">#1659</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/cdbf72057c85f33b751b5650d2091ee4e8d3d7b3"><code>cdbf720</code></a> Test using filesNotMatching with DuplicatesStrategy.INCLUDE (<a href="https://redirect.github.com/GradleUp/shadow/issues/1657">#1657</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/61e72e99e50e5ba06c003ead77fc2319aaa4fb68"><code>61e72e9</code></a> Remove outdated test for issue 294 (<a href="https://redirect.github.com/GradleUp/shadow/issues/1656">#1656</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/a4c14ba2e3aa0ff9ccb862f8d8f94bc94ad04f40"><code>a4c14ba</code></a> Gradle 9.1.0-rc-1 (<a href="https://redirect.github.com/GradleUp/shadow/issues/1653">#1653</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/d336a978b797db5c3aaf53e38f5a5b3edca5931d"><code>d336a97</code></a> Assert build info like "will fail with an error in Gradle" (<a href="https://redirect.github.com/GradleUp/shadow/issues/1654">#1654</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/de510adc9b9cc54813d2ee9a5a4983d11c241baf"><code>de510ad</code></a> Update lint baseline</li> <li>Additional commits viewable in <a href="https://github.com/GradleUp/shadow/compare/8.3.8...9.0.2">compare view</a></li> </ul> </details> <br /> [](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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org