dependabot[bot] opened a new pull request, #1133: URL: https://github.com/apache/maven-mvnd/pull/1133
Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.10.2 to 0.10.3. <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.10.3</h2> <h2>What's Changed</h2> <ul> <li>Add exponential backoff when downloading the metadata repository by <a href="https://github.com/melix"><code>@melix</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/597">graalvm/native-build-tools#597</a></li> <li>Refactor Initialization of Configuration File Merger by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/586">graalvm/native-build-tools#586</a></li> <li>Adjust native-build tools to reachability-metadata.json by <a href="https://github.com/vjovanov"><code>@vjovanov</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/614">graalvm/native-build-tools#614</a></li> <li>Fixes the issue that nativeTest cannot be executed using Junit 5.11.0-M2 by <a href="https://github.com/linghengqian"><code>@linghengqian</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/603">graalvm/native-build-tools#603</a></li> <li>Fix broken link for quick build mode by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/618">graalvm/native-build-tools#618</a></li> <li>Bump metadata repository version to 0.3.9 by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/617">graalvm/native-build-tools#617</a></li> <li>Fix error message when the JDK is not a GraalVM by <a href="https://github.com/eregon"><code>@eregon</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/616">graalvm/native-build-tools#616</a></li> <li>Fix args parsing on Windows by <a href="https://github.com/houcine7"><code>@houcine7</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/609">graalvm/native-build-tools#609</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/eregon"><code>@eregon</code></a> made their first contribution in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/616">graalvm/native-build-tools#616</a></li> <li><a href="https://github.com/houcine7"><code>@houcine7</code></a> made their first contribution in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/609">graalvm/native-build-tools#609</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/graalvm/native-build-tools/compare/0.10.2...0.10.3">https://github.com/graalvm/native-build-tools/compare/0.10.2...0.10.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graalvm/native-build-tools/commit/fff2f2a9ad8b33e9f60db4189681040953f9412a"><code>fff2f2a</code></a> Bump repository version and update samples</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/8536ecd25b0df1ff75ecdd51e65a16ba540cb309"><code>8536ecd</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/609">#609</a> from houcine7/fix-path-whitespaces-args</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/cdfcfa20574139d6bbf7f2ab7f7a2e0047d0c23e"><code>cdfcfa2</code></a> Unit test code</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/27986882a3e797b39ee5783a76706622791db347"><code>2798688</code></a> Cleanup tests</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/8fcddbfb21e210a5fb18d03aa587afc78cc6e88e"><code>8fcddbf</code></a> Merge branch 'master' into fix-path-whitespaces-args</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/2c8c2a76cbf3e4276b104dc8f40b0de0369644fd"><code>2c8c2a7</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/616">#616</a> from graalvm/fix-jdk-graalvm-error-message</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/81fe799e1e9c8bf874712211f22f42ba6341c649"><code>81fe799</code></a> Fix error message when the JDK is not a GraalVM</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/f5df203f5895405244b02cb26af4335a3faa0b21"><code>f5df203</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/617">#617</a> from graalvm/dnestoro/BumpMetadataVersionTo0.3.9</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/3a0e44d88b325e98f144e6494e79c0abc2545ea6"><code>3a0e44d</code></a> Merge branch 'master' into dnestoro/BumpMetadataVersionTo0.3.9</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/14f58ffb22c90699741985961a824d4a523bd6f4"><code>14f58ff</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/618">#618</a> from graalvm/dnestoro/FixQuickBuildDeadLink</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/native-build-tools/compare/0.10.2...0.10.3">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org