Skip to content

Commit

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

[![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.23` -> `0.9.25` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.graalvm.buildtools:junit-platform-native/0.9.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.graalvm.buildtools:junit-platform-native/0.9.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.graalvm.buildtools:junit-platform-native/0.9.23/0.9.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.graalvm.buildtools:junit-platform-native/0.9.23/0.9.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools (org.graalvm.buildtools:junit-platform-native)</summary>

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

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

#### What's Changed

-   \[GR-46881] Update GraalVM installation instructions. by [@&#8203;olyagpl](https://togithub.com/olyagpl) in [https://togithub.com/graalvm/native-build-tools/pull/460](https://togithub.com/graalvm/native-build-tools/pull/460)
-   Fix typos in reachability metadata gradle tasks descriptions by [@&#8203;abelsromero](https://togithub.com/abelsromero) in [https://togithub.com/graalvm/native-build-tools/pull/463](https://togithub.com/graalvm/native-build-tools/pull/463)
-   Discover tests with `ClassLoader` other than `ImageClassLoader` by [@&#8203;ziyilin](https://togithub.com/ziyilin) in [https://togithub.com/graalvm/native-build-tools/pull/445](https://togithub.com/graalvm/native-build-tools/pull/445)
-   Keep same classpath order as surefire by [@&#8203;ziyilin](https://togithub.com/ziyilin) in [https://togithub.com/graalvm/native-build-tools/pull/450](https://togithub.com/graalvm/native-build-tools/pull/450)
-   Revert "Discover tests with `ClassLoader` other than `ImageClassLoader`" by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/470](https://togithub.com/graalvm/native-build-tools/pull/470)
-   Add support for PGO instrumentation by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/471](https://togithub.com/graalvm/native-build-tools/pull/471)
-   Bump metadata version to 0.3.3 by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/474](https://togithub.com/graalvm/native-build-tools/pull/474)

#### New Contributors

-   [@&#8203;abelsromero](https://togithub.com/abelsromero) made their first contribution in [https://togithub.com/graalvm/native-build-tools/pull/463](https://togithub.com/graalvm/native-build-tools/pull/463)
-   [@&#8203;ziyilin](https://togithub.com/ziyilin) made their first contribution in [https://togithub.com/graalvm/native-build-tools/pull/445](https://togithub.com/graalvm/native-build-tools/pull/445)

**Full Changelog**: https://togithub.com/graalvm/native-build-tools/compare/0.9.23...0.9.24

</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, 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/google-auth-library-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
renovate-bot committed Aug 30, 2023
1 parent 6f39ea8 commit 955ae5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2_http/pom.xml
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
<version>0.9.23</version>
<version>0.9.25</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 955ae5f

Please sign in to comment.