From 3313229155be704b50e499379936e16598a348a6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 20 Dec 2022 22:36:29 +0100 Subject: [PATCH] deps: update graalvm native-image dependencies to v0.9.19 (#550) 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.9.18` -> `0.9.19` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.19/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.19/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.19/compatibility-slim/0.9.18)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.19/confidence-slim/0.9.18)](https://docs.renovatebot.com/merge-confidence/) | | [org.graalvm.buildtools:junit-platform-native](https://togithub.com/graalvm/native-build-tools) | `0.9.18` -> `0.9.19` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.19/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.19/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.19/compatibility-slim/0.9.18)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.19/confidence-slim/0.9.18)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
graalvm/native-build-tools ### [`v0.9.19`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.19) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.18...0.9.19) #### What's Changed - Remove dev version from workflow by [@​dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/370](https://togithub.com/graalvm/native-build-tools/pull/370) - Fix compile task out of date when runtime args change by [@​melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/372](https://togithub.com/graalvm/native-build-tools/pull/372) - Fix repository not downloaded from Maven Central by [@​melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/374](https://togithub.com/graalvm/native-build-tools/pull/374) **Full Changelog**: https://togithub.com/graalvm/native-build-tools/compare/0.9.18...0.9.19
--- ### 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 these updates 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://app.renovatebot.com/dashboard#github/googleapis/java-shared-config). --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 41298c25..6c368837 100644 --- a/pom.xml +++ b/pom.xml @@ -794,7 +794,7 @@ org.graalvm.buildtools junit-platform-native - 0.9.18 + 0.9.19 test @@ -820,7 +820,7 @@ org.graalvm.buildtools native-maven-plugin - 0.9.18 + 0.9.19 true