Skip to content

Commit

Permalink
deps: update dependency org.graalvm.buildtools:junit-platform-native …
Browse files Browse the repository at this point in the history
…to v0.9.14 (#2030)

[![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:junit-platform-native](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

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

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

#### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

#### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</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-spanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
  • Loading branch information
renovate-bot committed Sep 29, 2022
1 parent 14890ed commit 04b59ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/native-image/pom.xml
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
<version>0.9.13</version>
<version>0.9.14</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 04b59ff

Please sign in to comment.