Skip to content

Commit 5c6f6bc

Browse files
dependabot[bot]google-java-format Team
authored andcommitted
Bump native-maven-plugin from 0.9.9 to 0.9.13
Bumps [native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.9.9 to 0.9.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graalvm/native-build-tools/releases">native-maven-plugin's releases</a>.</em></p> <blockquote> <h2>0.9.12</h2> <h2>What's Changed</h2> <p>Read what's new in the <a href="https://graalvm.github.io/native-build-tools/latest/index.html#changelog">documentation</a>.</p> <ul> <li>Add Mockito / Byte Buddy support documentation by <a href="https://github.com/lazar-mitrovic"><code>@​lazar-mitrovic</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/236">graalvm/native-build-tools#236</a></li> <li>Prevent builds from failing if no test list is present by <a href="https://github.com/lazar-mitrovic"><code>@​lazar-mitrovic</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/239">graalvm/native-build-tools#239</a></li> <li>Support different agent modes in the native-image Gradle plugin by <a href="https://github.com/gradinac"><code>@​gradinac</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/230">graalvm/native-build-tools#230</a></li> <li>JVM Reachability Metadata support for Maven by <a href="https://github.com/alvarosanchez"><code>@​alvarosanchez</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/240">graalvm/native-build-tools#240</a></li> <li>Warn about deprecated agent DSL by <a href="https://github.com/gradinac"><code>@​gradinac</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/242">graalvm/native-build-tools#242</a></li> <li>Rework Maven plugin by <a href="https://github.com/lazar-mitrovic"><code>@​lazar-mitrovic</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/247">graalvm/native-build-tools#247</a></li> <li>Add Gradle rich output support, configure default metadata URL on Maven by <a href="https://github.com/lazar-mitrovic"><code>@​lazar-mitrovic</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/249">graalvm/native-build-tools#249</a></li> <li>Fix wrong scope for test dependencies by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/251">graalvm/native-build-tools#251</a></li> <li>Add documentation for alternative build systems. by <a href="https://github.com/gradinac"><code>@​gradinac</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/248">graalvm/native-build-tools#248</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/graalvm/native-build-tools/compare/0.9.11...0.9.12">https://github.com/graalvm/native-build-tools/compare/0.9.11...0.9.12</a></p> <h2>0.9.11</h2> <h2>What's Changed</h2> <p>Read what's new in the <a href="https://graalvm.github.io/native-build-tools/latest/index.html#changelog">documentation</a>.</p> <ul> <li>Add issue templates by <a href="https://github.com/lazar-mitrovic"><code>@​lazar-mitrovic</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/216">graalvm/native-build-tools#216</a></li> <li>Fix <a href="https://github.com/arg"><code>@​arg</code></a> file not being used for tests in Maven by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/212">graalvm/native-build-tools#212</a></li> <li>Make it possible to use environment variables in native tests by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/217">graalvm/native-build-tools#217</a></li> <li>Fix incorrect declaration of output directory by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/219">graalvm/native-build-tools#219</a></li> <li>Refactor build by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/220">graalvm/native-build-tools#220</a></li> <li>Integrate native configuration repository with Gradle by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/204">graalvm/native-build-tools#204</a></li> <li>Rework argfile generation by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/223">graalvm/native-build-tools#223</a></li> <li>Rename <code>metadataRepository</code> and document feature by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/225">graalvm/native-build-tools#225</a></li> <li>Support applications with custom packaging types by <a href="https://github.com/alvarosanchez"><code>@​alvarosanchez</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/226">graalvm/native-build-tools#226</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alvarosanchez"><code>@​alvarosanchez</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/226">graalvm/native-build-tools#226</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11">https://github.com/graalvm/native-build-tools/compare/0.9.10...0.9.11</a></p> <h2>0.9.10</h2> <h2>What's Changed</h2> <p>Read what's new in the <a href="https://graalvm.github.io/native-build-tools/latest/index.html#changelog">documentation</a>.</p> <ul> <li>Introduce skipNativeTests flag in Maven plugin by <a href="https://github.com/sbrannen"><code>@​sbrannen</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/193">graalvm/native-build-tools#193</a></li> <li>Fix system property breaking build cacheability by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/192">graalvm/native-build-tools#192</a></li> <li>Make sure executable ends with <code>.exe</code> under Windows by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/199">graalvm/native-build-tools#199</a></li> <li>Make it possible to override the classpath by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/200">graalvm/native-build-tools#200</a></li> <li>Upgrade to Gradle 7.4 by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/202">graalvm/native-build-tools#202</a></li> <li>Fix race condition if tests are executed in parallel by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/195">graalvm/native-build-tools#195</a></li> <li>Add support for <code>@arg</code> file by <a href="https://github.com/melix"><code>@​melix</code></a> in <a href="https://github-redirect.dependabot.com/graalvm/native-build-tools/pull/205">graalvm/native-build-tools#205</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/graalvm/native-build-tools/commits">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.9&new-version=0.9.13)](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 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> Fixes #799 COPYBARA_INTEGRATE_REVIEW=#799 from google:dependabot/maven/org.graalvm.buildtools-native-maven-plugin-0.9.13 dacb9ae PiperOrigin-RevId: 466369202
1 parent e0132d0 commit 5c6f6bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
<plugin>
257257
<groupId>org.graalvm.buildtools</groupId>
258258
<artifactId>native-maven-plugin</artifactId>
259-
<version>0.9.9</version>
259+
<version>0.9.13</version>
260260
<extensions>true</extensions>
261261
<executions>
262262
<execution>

0 commit comments

Comments
 (0)