You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/10/23 02:56:13 UTC

[PR] Bump org.graalvm.buildtools:native-maven-plugin from 0.9.27 to 0.9.28 [cxf]

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

   Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.9.27 to 0.9.28.
   <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.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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/graalvm/native-build-tools/commit/2e59424801eb45f044f96e3dc726613363f1c6d5"><code>2e59424</code></a> Bump repo version and update samples</li>
   <li><a href="https://github.com/graalvm/native-build-tools/commit/93966a06f4bcc2f14b313aa72f133233289153da"><code>93966a0</code></a> Make metadata repo Gradle test version-agnostic.</li>
   <li><a href="https://github.com/graalvm/native-build-tools/commit/7e3452edb619aa004b8f4dedfc7b6fad080dc6a5"><code>7e3452e</code></a> Make metadata repo test version-agnostic.</li>
   <li><a href="https://github.com/graalvm/native-build-tools/commit/a93bb33ce773b6acf61865c4d148a79eda2ff471"><code>a93bb33</code></a> Improve error message.</li>
   <li><a href="https://github.com/graalvm/native-build-tools/commit/9c0fd8c9501acaca5f6a694f9465e8887ecbc647"><code>9c0fd8c</code></a> Fix h2-related tests.</li>
   <li><a href="https://github.com/graalvm/native-build-tools/commit/3d31459857b8c531e789dab3f974618b2ce19210"><code>3d31459</code></a> Update h2 version</li>
   <li><a href="https://github.com/graalvm/native-build-tools/commit/fbca90d86dcaf280a66bb804ef6395392149cbbf"><code>fbca90d</code></a> Fix test</li>
   <li><a href="https://github.com/graalvm/native-build-tools/commit/97071d0071ba68a635c21ed1e7ffb993cb0fd5e2"><code>97071d0</code></a> Process <code>getConsoleOutput()</code> in task constructor.</li>
   <li><a href="https://github.com/graalvm/native-build-tools/commit/0b95991d567d83f196d9fc0abc9c8ad153f030d5"><code>0b95991</code></a> Adjust tests to run on Windows.</li>
   <li><a href="https://github.com/graalvm/native-build-tools/commit/43f0b2f8c0e9772a5f692f753808a5fb9d21072f"><code>43f0b2f</code></a> Normalize Windows paths in <code>normalizeString()</code>.</li>
   <li>Additional commits viewable in <a href="https://github.com/graalvm/native-build-tools/compare/0.9.27...0.9.28">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.graalvm.buildtools:native-maven-plugin&package-manager=maven&previous-version=0.9.27&new-version=0.9.28)](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: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump org.graalvm.buildtools:native-maven-plugin from 0.9.27 to 0.9.28 [cxf]

Posted by "reta (via GitHub)" <gi...@apache.org>.
reta merged PR #1489:
URL: https://github.com/apache/cxf/pull/1489


-- 
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: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org