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

   Bumps the java group with 2 updates in the /foreign/java directory: 
org.apache.pinot:pinot-spi and 
[com.gradleup.shadow](https://github.com/GradleUp/shadow).
   
   Updates `org.apache.pinot:pinot-spi` from 1.5.0 to 1.5.1
   
   Updates `com.gradleup.shadow` from 9.4.3 to 9.5.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/GradleUp/shadow/releases";>com.gradleup.shadow's 
releases</a>.</em></p>
   <blockquote>
   <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>
   <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.</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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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 &quot;Mark CONSTANT_TIME_FOR_ZIP_ENTRIES as const (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2074";>#2074</a>)&quot;</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><a 
href="https://github.com/GradleUp/shadow/commit/5c01bccb50d6ecf47c28a9e75574803802e1a901";><code>5c01bcc</code></a>
 Update dependency com.android.tools:r8 to v9.1.31 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2081";>#2081</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/610e04c2a93d66330da468040691d4789160af49";><code>610e04c</code></a>
 Track R8 updates (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2080";>#2080</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/a1a3bbede832df1b35772a19778d1f35082eca9b";><code>a1a3bbe</code></a>
 Add support for R8-based minization (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2077";>#2077</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/40ec9d4951f610050514b4701d317c3f038f22b2";><code>40ec9d4</code></a>
 Update issue reference in JavaPluginsTest</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/a277c988a691553d41c2bc0cf0c1cfe41b5cda54";><code>a277c98</code></a>
 Update dependency org.apache.logging.log4j:log4j-core to v2.26.1 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2079";>#2079</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/GradleUp/shadow/compare/9.4.3...9.5.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   You can trigger a rebase of this PR 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