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

   Bumps the java group with 1 update in the /foreign/java directory: 
[com.gradleup.shadow](https://github.com/GradleUp/shadow).
   
   Updates `com.gradleup.shadow` from 9.5.1 to 9.6.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.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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/fb3666804bd6ca643dd4a2df0d607fcfaf5b1e66";><code>fb36668</code></a>
 Prepare version 9.6.0</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/9e5c06d226dfb085a6bbe269eae087917d2cfae1";><code>9e5c06d</code></a>
 Test relocation of ModuleMainClass in module-info (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2109";>#2109</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/e37770cd4f36fa042c0f5e9272d245090acd3bdf";><code>e37770c</code></a>
 Test relocation of nested class signatures (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2108";>#2108</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/74792f7ba4d09fb045ab24dcfa5ae81ba7726718";><code>74792f7</code></a>
 Add unit tests for internal components (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2107";>#2107</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/b5908197f5d29db0e337991cdd9d74810938f3cc";><code>b590819</code></a>
 Avoid resolving unused R8 dependency (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2101";>#2101</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/1dd8db498c1f89a828caf1debc37c4b9efd82465";><code>1dd8db4</code></a>
 Update plugin android-lint to v9.3.0 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2104";>#2104</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/083a01a712b6700bd11d0e5a94bc59c88de34df1";><code>083a01a</code></a>
 Defer shadowR8 configuration (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2100";>#2100</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/1ce486dc5c34b1dcff4d720b468c81f9a94dbf15";><code>1ce486d</code></a>
 Update kotlin monorepo to v2.4.10 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2103";>#2103</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/c89473ef4af793c473d77ade78ad05dd761098be";><code>c89473e</code></a>
 Test allowing custom ShadowJar without shadowR8 registered (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2102";>#2102</a>)</li>
   <li><a 
href="https://github.com/GradleUp/shadow/commit/f23f5c9521a4456b6791649d34fe6c28af96cf72";><code>f23f5c9</code></a>
 Update dependency org.junit:junit-bom to v6.1.2 (<a 
href="https://redirect.github.com/GradleUp/shadow/issues/2098";>#2098</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/GradleUp/shadow/compare/9.5.1...9.6.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradleup.shadow&package-manager=gradle&previous-version=9.5.1&new-version=9.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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