dependabot[bot] opened a new pull request, #71698: URL: https://github.com/apache/airflow/pull/71698
Bumps the java-sdk-dependency-updates group with 1 update in the /java-sdk directory: [com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow). Updates `com.gradleup.shadow:shadow-gradle-plugin` from 9.1.0 to 9.5.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.5.1</h2> <h3>Fixed</h3> <ul> <li>Fix eager calls for <code>toolchainSpec</code> in Kotlin DSL. (<a href="https://redirect.github.com/GradleUp/shadow/pull/2087">#2087</a>)</li> </ul> <h2>9.5.0</h2> <h3>Added</h3> <ul> <li>Check <code>DuplicatesStrategy</code> for merging transformers. (<a href="https://redirect.github.com/GradleUp/shadow/pull/2026">#2026</a>)<br /> This will log warnings when an incompatible <code>DuplicatesStrategy</code> (e.g., <code>EXCLUDE</code>) is applied in Gradle configuration for built-in <code>ResourceTransformer</code>s.</li> <li>Add <code>KotlinModuleMetadataTransformer</code>. (<a href="https://redirect.github.com/GradleUp/shadow/pull/2073">#2073</a>)</li> <li>Add R8 as an opt-in <code>minimize { r8 { ... } }</code> tool for shrinking the final shadowed JAR. (<a href="https://redirect.github.com/GradleUp/shadow/pull/2077">#2077</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Bump min Gradle requirement to 9.2.0. (<a href="https://redirect.github.com/GradleUp/shadow/pull/2057">#2057</a>)</li> <li>Remove <code>afterEvaluate</code> when adding variants. (<a href="https://redirect.github.com/GradleUp/shadow/pull/2056">#2056</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>Deprecate <code>enableKotlinModuleRemapping</code> for <code>ShadowJar</code>. (<a href="https://redirect.github.com/GradleUp/shadow/pull/2073">#2073</a>)<br /> Apply <code>KotlinModuleMetadataTransformer</code> explicitly to support relocating inside Kotlin module metadata files. This flag will be disabled and removed in the next major release.</li> <li>Deprecate everything under <code>ShadowCopyAction</code>. (<a href="https://redirect.github.com/GradleUp/shadow/pull/2083">#2083</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix the conflicts when using <code>afterEvaluate</code> with other plugins. (<a href="https://redirect.github.com/GradleUp/shadow/pull/2055">#2055</a>)</li> </ul> <h2>9.4.3</h2> <h3>Changed</h3> <ul> <li>Update dependencies for resolving CVEs. (<a href="https://redirect.github.com/GradleUp/shadow/pull/2069">#2069</a>)</li> </ul> <h2>9.4.2</h2> <h3>Changed</h3> <ul> <li>Update jdependency to support Java 27. (<a href="https://redirect.github.com/GradleUp/shadow/pull/2033">#2033</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GradleUp/shadow/commit/c33612d2e122feaaf080714ac56d7cf4f61645aa"><code>c33612d</code></a> Prepare version 9.5.1</li> <li><a href="https://github.com/GradleUp/shadow/commit/485e4121d99ab59262e94c6d5cbc45bd4259bb9e"><code>485e412</code></a> Fix eager calls for toolchainSpec in Kotlin DSL (<a href="https://redirect.github.com/GradleUp/shadow/issues/2087">#2087</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/d062fa23f9fe4d1a0e8b6694133794113cbc8bd6"><code>d062fa2</code></a> Fix DuplicatesStrategyCheckerTest resource loading on Windows (<a href="https://redirect.github.com/GradleUp/shadow/issues/2085">#2085</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/e71a2c1c629da138d830220a56afb59eaae50d16"><code>e71a2c1</code></a> Add description for shadow configuration (<a href="https://redirect.github.com/GradleUp/shadow/issues/2084">#2084</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/7ba43b066e0c86b9d32cce4742cd4171a4aaa68b"><code>7ba43b0</code></a> Prepare next development version</li> <li><a href="https://github.com/GradleUp/shadow/commit/6e00cb7101ebf78e9fa1ce04fb215a4587bb0d6a"><code>6e00cb7</code></a> Prepare version 9.5.0</li> <li><a href="https://github.com/GradleUp/shadow/commit/ca039099f068c5899127709224c116bd7d835c5e"><code>ca03909</code></a> Deprecate everything under ShadowCopyAction (<a href="https://redirect.github.com/GradleUp/shadow/issues/2083">#2083</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/7d7da274d0714b8a72bd008eb5f0c107aff5f2c2"><code>7d7da27</code></a> Revert "Mark CONSTANT_TIME_FOR_ZIP_ENTRIES as const (<a href="https://redirect.github.com/GradleUp/shadow/issues/2074">#2074</a>)"</li> <li><a href="https://github.com/GradleUp/shadow/commit/da18cc00a68f12c8d27b43ed4a304876b9926825"><code>da18cc0</code></a> Deprecate enableKotlinModuleRemapping for ShadowJar (<a href="https://redirect.github.com/GradleUp/shadow/issues/2073">#2073</a>)</li> <li><a href="https://github.com/GradleUp/shadow/commit/ec6e55a659ac42306f7399a3661e781d768eb6eb"><code>ec6e55a</code></a> Replace system properties with buildConfig consts (<a href="https://redirect.github.com/GradleUp/shadow/issues/2082">#2082</a>)</li> <li>Additional commits viewable in <a href="https://github.com/GradleUp/shadow/compare/9.1.0...9.5.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | com.gradleup.shadow:shadow-gradle-plugin | [>= 9.6.a, < 9.7] | </details> [](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
