Skip to content

Commit 3313229

Browse files
authored
deps: update graalvm native-image dependencies to v0.9.19 (#550)
[![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 <details> <summary>graalvm/native-build-tools</summary> ### [`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 [@&#8203;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 [@&#8203;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 [@&#8203;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 </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 these updates 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://app.renovatebot.com/dashboard#github/googleapis/java-shared-config). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDguNCJ9-->
1 parent f2e26b4 commit 3313229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@
794794
<dependency>
795795
<groupId>org.graalvm.buildtools</groupId>
796796
<artifactId>junit-platform-native</artifactId>
797-
<version>0.9.18</version>
797+
<version>0.9.19</version>
798798
<scope>test</scope>
799799
</dependency>
800800
</dependencies>
@@ -820,7 +820,7 @@
820820
<plugin>
821821
<groupId>org.graalvm.buildtools</groupId>
822822
<artifactId>native-maven-plugin</artifactId>
823-
<version>0.9.18</version>
823+
<version>0.9.19</version>
824824
<extensions>true</extensions>
825825
<executions>
826826
<execution>

0 commit comments

Comments
 (0)