Skip to content

Commit 496c1bc

Browse files
authored
deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.12 (#774)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.9.11` -> `0.9.12` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.12/compatibility-slim/0.9.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.12/confidence-slim/0.9.11)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>graalvm/native-build-tools</summary> ### [`v0.9.12`](https://github.com/graalvm/native-build-tools/releases/tag/0.9.12) [Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.11...0.9.12) #### What's Changed Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog). - Add Mockito / Byte Buddy support documentation by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/236](https://github.com/graalvm/native-build-tools/pull/236) - Prevent builds from failing if no test list is present by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/239](https://github.com/graalvm/native-build-tools/pull/239) - Support different agent modes in the native-image Gradle plugin by [@&#8203;gradinac](https://github.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/230](https://github.com/graalvm/native-build-tools/pull/230) - JVM Reachability Metadata support for Maven by [@&#8203;alvarosanchez](https://github.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/240](https://github.com/graalvm/native-build-tools/pull/240) - Warn about deprecated agent DSL by [@&#8203;gradinac](https://github.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/242](https://github.com/graalvm/native-build-tools/pull/242) - Rework Maven plugin by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/247](https://github.com/graalvm/native-build-tools/pull/247) - Add Gradle rich output support, configure default metadata URL on Maven by [@&#8203;lazar-mitrovic](https://github.com/lazar-mitrovic) in [https://github.com/graalvm/native-build-tools/pull/249](https://github.com/graalvm/native-build-tools/pull/249) - Fix wrong scope for test dependencies by [@&#8203;melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/251](https://github.com/graalvm/native-build-tools/pull/251) - Add documentation for alternative build systems. by [@&#8203;gradinac](https://github.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/248](https://github.com/graalvm/native-build-tools/pull/248) **Full Changelog**: graalvm/native-build-tools@0.9.11...0.9.12 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-datastore).
1 parent 61758e0 commit 496c1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/native-image-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.graalvm.buildtools</groupId>
109109
<artifactId>native-maven-plugin</artifactId>
110-
<version>0.9.11</version>
110+
<version>0.9.12</version>
111111
<extensions>true</extensions>
112112
<configuration>
113113
<mainClass>com.example.datastore.NativeImageDatastoreSample</mainClass>

0 commit comments

Comments
 (0)