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

   Bumps the java-sdk-dependency-updates group with 2 updates in the /java-sdk 
directory: 
[com.gradleup.shadow:shadow-gradle-plugin](https://github.com/GradleUp/shadow) 
and org.jsonschema2pojo.
   
   Updates `com.gradleup.shadow:shadow-gradle-plugin` from 9.1.0 to 9.6.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.6.1</h2>
   <h3>Changed</h3>
   <ul>
   <li>Use <code>GradleException</code> for expected build failures. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/2113";>#2113</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Preserve repeated lines in R8 rule files when using <code>minimize { r8 
{ ... } }</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/2115";>#2115</a>)</li>
   </ul>
   <h2>9.6.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Extract R8 rules from dependency JARs when using <code>minimize { r8 { 
... } }</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/2089";>#2089</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Rename <code>ShadowDslMarker</code> to <code>ShadowDsl</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/2091";>#2091</a>)</li>
   <li><strong>POTENTIALLY BREAKING:</strong> Apply <code>@ShadowDsl</code> to 
<code>ShadowJar</code>, <code>ResourceTransformer</code>, 
<code>DependencyFilter</code>, and <code>Relocator</code>. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/2090";>#2090</a>)<br />
   This restricts nested DSL configuration blocks from implicitly calling outer 
receiver APIs in Kotlin script files.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Validate ZIP entry names to prevent Zip Slip path traversal.</li>
   <li>Avoid resolving unused R8 dependency. (<a 
href="https://redirect.github.com/GradleUp/shadow/pull/2101";>#2101</a>)</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/185da5db091a35bc593d3ea101f6a2f6ddbb7aa8";><code>185da5d</code></a>
 Prepare version 9.6.1</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/b309bc549f1e0020771c03c6d5c3a600bd68cb89";><code>b309bc5</code></a>
 Extract addIncludedDependencies (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2116";>#2116</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/46b35448b867f3d4cff97df11be7ea9b53a7d90f";><code>46b3544</code></a>
 Preserve repeated lines in R8 rule files (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2115";>#2115</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/c0d4f0d6745891ffdd5ceec1f1424450e3bbb2c3";><code>c0d4f0d</code></a>
 Revert &quot;Reland Tapmoc (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2111";>#2111</a>)&quot;</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/ff1809f351e567133f2a17b655127f484893c009";><code>ff1809f</code></a>
 Use GradleException for expected build failures (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2113";>#2113</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/dc0ee64128cae4f287f0aa2c79e2b11e8d8017a6";><code>dc0ee64</code></a>
 Update plugin tapmoc to v0.4.2 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2112";>#2112</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/398afcde1cbe50b86fa71b678f09f79d8ca133ab";><code>398afcd</code></a>
 Reland Tapmoc (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2111";>#2111</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/3ca69d5a403d5a761e6b03f1a3d60ad11ecf463a";><code>3ca69d5</code></a>
 Gradle 9.7.0-rc-1 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2110";>#2110</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/aaaacd230d76790a49443430863878c133feeab0";><code>aaaacd2</code></a>
 Prepare next development version</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/fb3666804bd6ca643dd4a2df0d607fcfaf5b1e66";><code>fb36668</code></a>
 Prepare version 9.6.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/GradleUp/shadow/compare/9.1.0...9.6.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.jsonschema2pojo` from 1.2.2 to 1.3.3
   
   
   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]

Reply via email to