Skip to content

Commit

Permalink
deps: update dependency org.graalvm.buildtools:native-maven-plugin to…
Browse files Browse the repository at this point in the history
… v0.10.2 (#2237)

[![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://togithub.com/graalvm/native-build-tools) | `0.10.1` -> `0.10.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.graalvm.buildtools:native-maven-plugin/0.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.graalvm.buildtools:native-maven-plugin/0.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.graalvm.buildtools:native-maven-plugin/0.10.1/0.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.graalvm.buildtools:native-maven-plugin/0.10.1/0.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools (org.graalvm.buildtools:native-maven-plugin)</summary>

### [`v0.10.2`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.10.2)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.10.1...0.10.2)

#### What's Changed

-   Bump repo version to 0.10.2-SNAPSHOT by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/578](https://togithub.com/graalvm/native-build-tools/pull/578)
-   Update Getting Started with Maven Plugin doc. by [@&#8203;olyagpl](https://togithub.com/olyagpl) in [https://togithub.com/graalvm/native-build-tools/pull/577](https://togithub.com/graalvm/native-build-tools/pull/577)
-   Update Default Target Directory for MetadataCopy Task by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/580](https://togithub.com/graalvm/native-build-tools/pull/580)
-   Delete old stale args file by [@&#8203;n0tl3ss](https://togithub.com/n0tl3ss) in [https://togithub.com/graalvm/native-build-tools/pull/589](https://togithub.com/graalvm/native-build-tools/pull/589)
-   fix class path directroy analyzer by [@&#8203;n0tl3ss](https://togithub.com/n0tl3ss) in [https://togithub.com/graalvm/native-build-tools/pull/590](https://togithub.com/graalvm/native-build-tools/pull/590)
-   Add a parameter to be able to skip build native for pom type modules, leave it as false per default for backward compat by [@&#8203;olamy](https://togithub.com/olamy) in [https://togithub.com/graalvm/native-build-tools/pull/593](https://togithub.com/graalvm/native-build-tools/pull/593)
-   Update Reachability Metadata repository version by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/594](https://togithub.com/graalvm/native-build-tools/pull/594)

#### New Contributors

-   [@&#8203;n0tl3ss](https://togithub.com/n0tl3ss) made their first contribution in [https://togithub.com/graalvm/native-build-tools/pull/589](https://togithub.com/graalvm/native-build-tools/pull/589)
-   [@&#8203;olamy](https://togithub.com/olamy) made their first contribution in [https://togithub.com/graalvm/native-build-tools/pull/593](https://togithub.com/graalvm/native-build-tools/pull/593)

**Full Changelog**: https://togithub.com/graalvm/native-build-tools/compare/0.10.1...0.10.2

</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, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-bigtable).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate-bot committed May 28, 2024
1 parent 8d38150 commit 6728931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/native-image-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>0.10.1</version>
<version>0.10.2</version>
<extensions>true</extensions>
<configuration>
<mainClass>com.example.bigtable.NativeImageBigtableSample
Expand Down

0 comments on commit 6728931

Please sign in to comment.