dependabot[bot] opened a new pull request, #1548: URL: https://github.com/apache/maven-mvnd/pull/1548
Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.11.4 to 0.11.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graalvm/native-build-tools/releases">org.graalvm.buildtools:native-maven-plugin's releases</a>.</em></p> <blockquote> <h2>0.11.5</h2> <h2>What's Changed</h2> <ul> <li>Bump version to 0.11.5-SNAPSHOT by <a href="https://github.com/graalvmbot"><code>@graalvmbot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/817">graalvm/native-build-tools#817</a></li> <li>Make environment variables set in the pom.xml of the native-maven-plugin be visible in the image builder by <a href="https://github.com/jormundur00"><code>@jormundur00</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/819">graalvm/native-build-tools#819</a></li> <li>Add check if correct schemas are present in the reachability metadata repository provided to buildtools by <a href="https://github.com/jormundur00"><code>@jormundur00</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/821">graalvm/native-build-tools#821</a></li> <li>Add fallback for jarless artifacts in the native-maven-plugin by <a href="https://github.com/jormundur00"><code>@jormundur00</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/824">graalvm/native-build-tools#824</a></li> <li>Fix JUnit 6 not working correctly with JDK 21 by expanding the initialize-at-build-time-list by <a href="https://github.com/jormundur00"><code>@jormundur00</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/832">graalvm/native-build-tools#832</a></li> <li>Remove the usage of the global metadata/index.json from the nbt plugins by <a href="https://github.com/jormundur00"><code>@jormundur00</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/829">graalvm/native-build-tools#829</a></li> <li>Revert "Remove the usage of the global metadata/index.json from the nbt plugins" by <a href="https://github.com/jormundur00"><code>@jormundur00</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/836">graalvm/native-build-tools#836</a></li> <li>Use JDK 21 Graal in the CI by <a href="https://github.com/jormundur00"><code>@jormundur00</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/839">graalvm/native-build-tools#839</a></li> <li>Support <code>-H:+CompatibilityMode</code> in build tools by <a href="https://github.com/vjovanov"><code>@vjovanov</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/822">graalvm/native-build-tools#822</a></li> <li>Update reachability metadata to 0.3.34 by <a href="https://github.com/graalvmbot"><code>@graalvmbot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/842">graalvm/native-build-tools#842</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/graalvm/native-build-tools/compare/0.11.4...0.11.5">https://github.com/graalvm/native-build-tools/compare/0.11.4...0.11.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graalvm/native-build-tools/commit/ffd094d6990397c155c50c47cb8dbfa8d4ccc752"><code>ffd094d</code></a> Release 0.11.5</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/1d7c2f7c021c35d929ea8bbf2ab4fddbcc433d0e"><code>1d7c2f7</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/842">#842</a> from graalvm/update-metadata-to-0.3.34</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/ba1c2e8cb2e7b0fa1bc2e092c4bb58c73f4c04cb"><code>ba1c2e8</code></a> Update reachability metadata to 0.3.34</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/790fa05b900402c975286d820204e08992223600"><code>790fa05</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/822">#822</a> from graalvm/vj/compatibility-mode</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/063124155d484027f195f83b7367a5fac06d44d3"><code>0631241</code></a> Implement Compatibility Mode detection</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/18446546f6e06ae4dc07367319a545b5aa53b9f0"><code>1844654</code></a> Use JDK 21 Graal in the CI (<a href="https://redirect.github.com/graalvm/native-build-tools/issues/839">#839</a>)</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/6315677865d354ff846d2e7faf21b38f2caeed57"><code>6315677</code></a> Revert "Remove the usage of the global metadata/index.json from the nbt plugi...</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/fe065ce83317da0f6dcfc194cf6a6d0d48aa79e8"><code>fe065ce</code></a> Remove the usage of the global metadata/index.json from the nbt plugins (<a href="https://redirect.github.com/graalvm/native-build-tools/issues/829">#829</a>)</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/94b5b54be9371d5d5e8c4bb8f3ce8e9bfe0addad"><code>94b5b54</code></a> Fix JUnit 6 not working correctly with JDK 21 by expanding the initialize-at-...</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/086cfdf272aef02c828a42ef66350f38dc5e7a8d"><code>086cfdf</code></a> Add fallback for jarless artifacts in the native-maven-plugin (<a href="https://redirect.github.com/graalvm/native-build-tools/issues/824">#824</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/native-build-tools/compare/0.11.4...0.11.5">compare view</a></li> </ul> </details> <br /> [](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 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]
