Skip to content

Commit

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

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

---

### Release Notes

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

### [`v0.9.10`](https://togithub.com/graalvm/native-build-tools/releases/0.9.10)

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

#### What's Changed

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

-   Introduce skipNativeTests flag in Maven plugin by [@&#8203;sbrannen](https://togithub.com/sbrannen) in [graalvm/native-build-tools#193
-   Fix system property breaking build cacheability by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#192
-   Make sure executable ends with `.exe` under Windows by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#199
-   Make it possible to override the classpath by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#200
-   Upgrade to Gradle 7.4 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#202
-   Fix race condition if tests are executed in parallel by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#195
-   Add support for `@arg` file by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#205

**Full Changelog**: graalvm/native-build-tools@0.9.9...0.9.10

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-datastore).
  • Loading branch information
renovate-bot committed Feb 28, 2022
1 parent d6e2a16 commit c62a390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/native-image-sample/pom.xml
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
<version>0.9.9</version>
<version>0.9.10</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c62a390

Please sign in to comment.