dependabot[bot] opened a new pull request, #38384: URL: https://github.com/apache/beam/pull/38384
Bumps [com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow) from 8.3.8 to 9.4.1. <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.4.1</h2> <h3>Changed</h3> <ul> <li>Update Kotlin to 2.3.20. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1978">#1978</a>)</li> </ul> <h2>9.4.0</h2> <h3>Added</h3> <ul> <li>Support Isolated Projects. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1139">#1139</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Allow opting out of adding <code>shadowJar</code> into <code>assemble</code> lifecycle. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1939">#1939</a>) <pre lang="kotlin"><code>shadow { // Disable making `assemble` task depend on `shadowJar`. This is enabled by default. addShadowJarToAssembleLifecycle = false } </code></pre> </li> <li>Stop catching <code>ZipException</code> when writing entries. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1970">#1970</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix interaction with Gradle artifact transforms. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1345">#1345</a>)</li> <li>Fix <code>skipStringConstants</code> per-relocator behavior in <code>mapName</code>. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1968">#1968</a>)</li> <li>Fix failing for non-existent class directories. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1976">#1976</a>)</li> </ul> <h2>9.3.2</h2> <h3>Changed</h3> <ul> <li>Stop moving <code>gradleApi</code> dependency from <code>api</code> to <code>compileOnly</code> for Gradle 9.4+. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1919">#1919</a>)</li> <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> <h2>9.3.1</h2> <h3>Fixed</h3> <ul> <li>Use ASM from jdependency embedded. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1898">#1898</a>)<br /> This fixes potential classpath conflicts when using Shadow with other plugins that also use ASM.</li> </ul> <h2>9.3.0</h2> <h3>Added</h3> <ul> <li>Add <code>PatternFilterableResourceTransformer</code> to simplify pattern based <code>ResourceTransformer</code>s. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1849">#1849</a>)</li> <li>Expose <code>patternSet</code> of <code>ServiceFileTransformer</code> as <code>public</code>. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1849">#1849</a>)</li> <li>Expose <code>patternSet</code> of <code>ApacheLicenseResourceTransformer</code> as <code>public</code>. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1850">#1850</a>)</li> <li>Expose <code>patternSet</code> of <code>ApacheNoticeResourceTransformer</code> as <code>public</code>. (<a href="https://redirect.github.com/GradleUp/shadow/pull/1850">#1850</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GradleUp/shadow/commit/f98d8f27844dffee3dfeac683282ed32635efded"><code>f98d8f2</code></a> Prepare version 9.4.1</li> <li><a href="https://github.com/GradleUp/shadow/commit/7cf1ac51cf16fbcc3a4e84a4f4613e0de8a69fad"><code>7cf1ac5</code></a> Note <a href="https://redirect.github.com/GradleUp/shadow/issues/1978">#1978</a> in changelog</li> <li><a href="https://github.com/GradleUp/shadow/commit/539d5326f0877cc40373b0b11870b56cd97da181"><code>539d532</code></a> Update plugin jetbrains-dokka to v2.2.0 (<a href="https://redirect.github.com/GradleUp/shadow/issues/1994">#1994</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/0fb99ca2c7315642de13baf02e5c744ea1c5b781"><code>0fb99ca</code></a> Update actions/deploy-pages action to v5 (<a href="https://redirect.github.com/GradleUp/shadow/issues/1993">#1993</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/38ec3e2f025b6f677cab2467ddd3b0a27580b2b0"><code>38ec3e2</code></a> Update Develocity to v4.4.0 (<a href="https://redirect.github.com/GradleUp/shadow/issues/1992">#1992</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/e519072a20b6efd2b47ff3d05fcd6bcc812ef926"><code>e519072</code></a> Update gradle/actions action to v6 (<a href="https://redirect.github.com/GradleUp/shadow/issues/1990">#1990</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/ca0dd71b141d9bcc20c540495ba958890b5170af"><code>ca0dd71</code></a> Update pluginPublish to v2.1.1 (<a href="https://redirect.github.com/GradleUp/shadow/issues/1989">#1989</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/5a1ab58680b0181a4ccf7f43d1875bd239918fa4"><code>5a1ab58</code></a> Update Gradle to v9.4.1 (<a href="https://redirect.github.com/GradleUp/shadow/issues/1988">#1988</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/69dfdfc6ee9bb020083bb54417ca9ed47000e903"><code>69dfdfc</code></a> Improve file type check for AAR (<a href="https://redirect.github.com/GradleUp/shadow/issues/1987">#1987</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/1395087d22565ed4bd739ab61eab53162e215f9c"><code>1395087</code></a> Document excluding non-JAR transitive dependencies (<a href="https://redirect.github.com/GradleUp/shadow/issues/1986">#1986</a>)</li> <li>Additional commits viewable in <a href="https://github.com/GradleUp/shadow/compare/8.3.8...9.4.1">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 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]
