dependabot[bot] opened a new pull request, #941: URL: https://github.com/apache/maven-mvnd/pull/941
Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.9.23 to 0.10.1. <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.1</h2> <h2>What's Changed</h2> <ul> <li>Bump ch.qos.logback:logback-classic from 1.4.4 to 1.4.12 in /samples/metadata-repo-integration by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/543">graalvm/native-build-tools#543</a></li> <li>Fix compile-no-fork with existing jar FileSystems (<a href="https://redirect.github.com/graalvm/native-build-tools/issues/547">#547</a>) by <a href="https://github.com/kohlschuetter"><code>@kohlschuetter</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/548">graalvm/native-build-tools#548</a></li> <li>Add notes how to disable metadata repository support by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/570">graalvm/native-build-tools#570</a></li> <li>Fix Kotlin Snippet For Disabling Metadata Repository by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/571">graalvm/native-build-tools#571</a></li> <li>[GR-51916] Add missing JUnit 5 init policies. by <a href="https://github.com/fniephaus"><code>@fniephaus</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/573">graalvm/native-build-tools#573</a></li> <li>Upgrade to GraalVM SDK 23.0.2 by <a href="https://github.com/melix"><code>@melix</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/565">graalvm/native-build-tools#565</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kohlschuetter"><code>@kohlschuetter</code></a> made their first contribution in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/548">graalvm/native-build-tools#548</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/graalvm/native-build-tools/compare/0.10.0...0.10.1">https://github.com/graalvm/native-build-tools/compare/0.10.0...0.10.1</a></p> <h2>0.10.0</h2> <h2>What's Changed</h2> <ul> <li>Remove redundant settings.gradle configuration by <a href="https://github.com/melix"><code>@melix</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/532">graalvm/native-build-tools#532</a></li> <li>Add concurrency with test array in matrix by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/482">graalvm/native-build-tools#482</a></li> <li>Reduce Time Required for Each Test Execution by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/531">graalvm/native-build-tools#531</a></li> <li>Bump metadata version to 0.3.5 by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/538">graalvm/native-build-tools#538</a></li> <li>Improve the documentation by <a href="https://github.com/albertattard"><code>@albertattard</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/540">graalvm/native-build-tools#540</a></li> <li>[GR-46872] Review and align the stucture Gradle and Maven quickstart guides. by <a href="https://github.com/olyagpl"><code>@olyagpl</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/539">graalvm/native-build-tools#539</a></li> <li>Substitute <code><arg></code> with <code><buildArg></code> in Maven plugin doc. by <a href="https://github.com/olyagpl"><code>@olyagpl</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/551">graalvm/native-build-tools#551</a></li> <li>Make Plugins Use Metadata Repository by Default by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/557">graalvm/native-build-tools#557</a></li> <li>Bump metadata repository version to 0.3.6 by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/561">graalvm/native-build-tools#561</a></li> <li>Bump version of GraalVM by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/563">graalvm/native-build-tools#563</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/albertattard"><code>@albertattard</code></a> made their first contribution in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/540">graalvm/native-build-tools#540</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/graalvm/native-build-tools/compare/0.9.28...0.10.0">https://github.com/graalvm/native-build-tools/compare/0.9.28...0.10.0</a></p> <h2>0.9.28</h2> <h2>What's Changed</h2> <ul> <li>Revert to previous version of <code>escapeArg()</code>. by <a href="https://github.com/fniephaus"><code>@fniephaus</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/515">graalvm/native-build-tools#515</a></li> <li>Document test binary configuration by <a href="https://github.com/abelsromero"><code>@abelsromero</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/509">graalvm/native-build-tools#509</a></li> <li>Fixes the problem that <code>org.junit.jupiter.api.condition.EnabledOnOs</code> cannot be used in NativeTest by <a href="https://github.com/linghengqian"><code>@linghengqian</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/504">graalvm/native-build-tools#504</a></li> <li>Remove deprecated use of <code>getConvention</code> by <a href="https://github.com/melix"><code>@melix</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/522">graalvm/native-build-tools#522</a></li> <li>Fix and improve major JDK version detection. by <a href="https://github.com/fniephaus"><code>@fniephaus</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/523">graalvm/native-build-tools#523</a></li> <li>Bump com.h2database:h2 from 2.1.210 to 2.2.220 in /samples/metadata-repo-integration by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/499">graalvm/native-build-tools#499</a></li> <li>Fix toolchain documentation by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/525">graalvm/native-build-tools#525</a></li> <li>Re-enable Windows builds. by <a href="https://github.com/fniephaus"><code>@fniephaus</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/524">graalvm/native-build-tools#524</a></li> <li>Fix h2-related tests. by <a href="https://github.com/fniephaus"><code>@fniephaus</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/526">graalvm/native-build-tools#526</a></li> <li>Make metadata repo test version-agnostic. by <a href="https://github.com/fniephaus"><code>@fniephaus</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/527">graalvm/native-build-tools#527</a></li> <li>Make metadata repo Gradle test version-agnostic. by <a href="https://github.com/fniephaus"><code>@fniephaus</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/528">graalvm/native-build-tools#528</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dependabot"><code>@dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/499">graalvm/native-build-tools#499</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/graalvm/native-build-tools/compare/0.9.27...0.9.28">https://github.com/graalvm/native-build-tools/compare/0.9.27...0.9.28</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graalvm/native-build-tools/commit/f72f4035f97e0ef2542625a0d687d44ef64036bc"><code>f72f403</code></a> Bump repo version and update samples</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/ffd9d85f335eda56e3f25a119db02e032e19f8c2"><code>ffd9d85</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/565">#565</a> from graalvm/cc/upgrade-graalvm-sdk</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/e6e45fd1a01036483453e42fdb273da53e84f103"><code>e6e45fd</code></a> Add changelog entry.</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/c06b595946236a0910e8087d1792b2eea0a5c6d6"><code>c06b595</code></a> Add missing JUnit 5 init policies.</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/3dbd0af4d60720b4d174db8fda1a10ddd1161b1a"><code>3dbd0af</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/571">#571</a> from dnestoro/dnestoro/FixKotlinSnippet</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/60304c8d6e14c23483b3f71e42fa189835648e7e"><code>60304c8</code></a> Fix kotlin snippet for disabling the metadata repository</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/36b88aa5ac0019339c6179aab3dffa3b6308efde"><code>36b88aa</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/570">#570</a> from dnestoro/dnestoro/AddLinkForDisablingMetadataRep...</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/60b6176d5edc9b6a9e6b149d4eb985c5a94dc128"><code>60b6176</code></a> Update docs/src/docs/asciidoc/index.adoc</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/8df92d0e87e373c5b02c0bf6a52d0689944ec421"><code>8df92d0</code></a> Update docs/src/docs/asciidoc/index.adoc</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/81d88de7461f431e04fd72cfd8e45c9e499c9cd5"><code>81d88de</code></a> Add notes how to disable metadata repository support</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/native-build-tools/compare/0.9.23...0.10.1">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
