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

   Bumps 
[com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow) 
from 8.3.8 to 9.3.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.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>
   <li>Expose <code>patternSet</code> of 
<code>PreserveFirstFoundResourceTransformer</code> as <code>public</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1855";>#1855</a>)</li>
   <li>Support overriding output path of 
<code>ApacheNoticeResourceTransformer</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1851";>#1851</a>)</li>
   <li>Add new merge strategy <code>Fail</code> to 
<code>PropertiesFileTransformer</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1856";>#1856</a>)</li>
   <li>Add <code>FindResourceInClasspath</code> task to help with debugging 
issues with merged duplicate resources. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1860";>#1860</a>)</li>
   <li>Add <code>MergeLicenseResourceTransformer</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1858";>#1858</a>)</li>
   <li>Add <code>DeduplicatingResourceTransformer</code> to deduplicate on path 
<em>and</em> content. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1859";>#1859</a>)</li>
   <li>Support disabling Kotlin module metadata remapping. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1875";>#1875</a>)
   <pre lang="kotlin"><code>tasks.shadowJar {
     // Disable remapping of Kotlin module metadata (`.kotlin_module`) files. 
This is enabled by default.
     enableKotlinModuleRemapping = false
   }
   </code></pre>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Change the group of <code>startShadowScripts</code> from 
<code>application</code> to <code>other</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1797";>#1797</a>)</li>
   <li>Update ASM and jdependency to support Java 26. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1799";>#1799</a>)</li>
   <li>Bump min Gradle requirement to 9.0.0. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1801";>#1801</a>)</li>
   <li>Deprecate <code>PreserveFirstFoundResourceTransformer.resources</code>. 
(<a href="https://redirect.github.com/GradleUp/shadow/pull/1855";>#1855</a>)</li>
   <li>Make the output of <code>PropertiesFileTransformer</code> reproducible. 
(<a href="https://redirect.github.com/GradleUp/shadow/pull/1861";>#1861</a>)</li>
   <li>Deprecate <code>ShadowCopyAction</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1876";>#1876</a>)<br />
   It should not be used as a public API. Will be made internal in a future 
release.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix Develocity integration when Isolated Projects enabled. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1836";>#1836</a>)</li>
   </ul>
   <h2>9.2.2</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix the regression of registering <code>ShadowJar</code> tasks without 
<code>ShadowPlugin</code> applied. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1787";>#1787</a>)</li>
   </ul>
   <h2>9.2.1</h2>
   <h3>Added</h3>
   <ul>
   <li>Support relocating Groovy extensions in Module descriptors. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/1705";>#1705</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/312d8f96bd91026d3394d23c58248c48cdbc77a3";><code>312d8f9</code></a>
 Prepare version 9.3.1</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/2bddd9628608d0e9c6921c0374b63a27e43569ab";><code>2bddd96</code></a>
 Use ASM from jdependency embedded (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1898";>#1898</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/42fb7fe886ff4901b98ed54914256cc8b2c738f4";><code>42fb7fe</code></a>
 Update dependency com.facebook:ktfmt to v0.61 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1897";>#1897</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/9fec3d6c669c2192bdcab046b04fa76667cda47f";><code>9fec3d6</code></a>
 Migrate to ktfmt (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1871";>#1871</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/2620e88833fb42cf2df2135f700b4ab3dc985d79";><code>2620e88</code></a>
 Fix overrideOutputPathOfNoticeFile (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1896";>#1896</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/087af8dc08a367061f664d405fb909d8ca6fbe7d";><code>087af8d</code></a>
 Submit dependency graph on publish-snapshot job</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/d2cc4ad708a3f37c40b2574be73693df8adf989a";><code>d2cc4ad</code></a>
 Rename modelBuilder to model</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/3f98c8fe41be8aec92bf05b08fc223cd1356d0aa";><code>3f98c8f</code></a>
 Update dependency org.apache.maven:maven-model to v3.9.12 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1892";>#1892</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/872c7e2d6e90a3eb08e5b19fba9adf9045626ef6";><code>872c7e2</code></a>
 Update dependency org.apache.logging.log4j:log4j-core to v2.25.3 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1891";>#1891</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/25915d11ae9d953d1a4d8555624cca47c6aedaa5";><code>25915d1</code></a>
 Update kotlin monorepo to v2.3.0 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/1890";>#1890</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/GradleUp/shadow/compare/8.3.8...9.3.1";>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.3.1)](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