From 6728931ca904e2a2fb53f7b9e9115a9c3edd38df Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 28 May 2024 21:42:17 +0200 Subject: [PATCH] deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.2 (#2237) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
graalvm/native-build-tools (org.graalvm.buildtools:native-maven-plugin) ### [`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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 - [@​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) - [@​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
--- ### 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. --- - [ ] 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). --- samples/native-image-sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 61332b54ab..39efe10eda 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -99,7 +99,7 @@ org.graalvm.buildtools native-maven-plugin - 0.10.1 + 0.10.2 true com.example.bigtable.NativeImageBigtableSample