Skip to content

Commit 5aef8d6

Browse files
authored
deps: update dependency org.graalvm.buildtools:junit-platform-native to v0.9.21 (#1319)
[![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.20` -> `0.9.21` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.21/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.21/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.21/compatibility-slim/0.9.20)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.21/confidence-slim/0.9.20)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>graalvm/native-build-tools</summary> ### [`v0.9.21`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.21) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.20...0.9.21) #### What's Changed - Change samples link, add quickstarts by [@&#8203;alina-yur](https://togithub.com/alina-yur) in [https://togithub.com/graalvm/native-build-tools/pull/405](https://togithub.com/graalvm/native-build-tools/pull/405) - Fix typo by [@&#8203;alvarosanchez](https://togithub.com/alvarosanchez) in [https://togithub.com/graalvm/native-build-tools/pull/406](https://togithub.com/graalvm/native-build-tools/pull/406) - Add a new write-args-file goal by [@&#8203;alvarosanchez](https://togithub.com/alvarosanchez) in [https://togithub.com/graalvm/native-build-tools/pull/408](https://togithub.com/graalvm/native-build-tools/pull/408) - Enable metadata copy when agent is enabled from cmd by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/407](https://togithub.com/graalvm/native-build-tools/pull/407) - Fix compatibility with Gradle's configuration cache by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/339](https://togithub.com/graalvm/native-build-tools/pull/339) - Run the native tests in the submodule folder by [@&#8203;alvarosanchez](https://togithub.com/alvarosanchez) in [https://togithub.com/graalvm/native-build-tools/pull/414](https://togithub.com/graalvm/native-build-tools/pull/414) - Disable toolchain detection by default by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/420](https://togithub.com/graalvm/native-build-tools/pull/420) - Deprecate `requiredVersion`. by [@&#8203;fniephaus](https://togithub.com/fniephaus) in [https://togithub.com/graalvm/native-build-tools/pull/421](https://togithub.com/graalvm/native-build-tools/pull/421) - Bump metadata repo version by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/423](https://togithub.com/graalvm/native-build-tools/pull/423) #### New Contributors - [@&#8203;alina-yur](https://togithub.com/alina-yur) made their first contribution in [https://togithub.com/graalvm/native-build-tools/pull/405](https://togithub.com/graalvm/native-build-tools/pull/405) - [@&#8203;fniephaus](https://togithub.com/fniephaus) made their first contribution in [https://togithub.com/graalvm/native-build-tools/pull/421](https://togithub.com/graalvm/native-build-tools/pull/421) **Full Changelog**: https://togithub.com/graalvm/native-build-tools/compare/0.9.20...0.9.21 </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://app.renovatebot.com/dashboard#github/googleapis/java-logging). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zMS40IiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
1 parent bff3da2 commit 5aef8d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5252
If you are using Gradle 5.x or later, add this to your dependencies:
5353

5454
```Groovy
55-
implementation platform('com.google.cloud:libraries-bom:26.12.0')
55+
implementation platform('com.google.cloud:libraries-bom:26.13.0')
5656
5757
implementation 'com.google.cloud:google-cloud-logging'
5858
```

samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.graalvm.buildtools</groupId>
112112
<artifactId>junit-platform-native</artifactId>
113-
<version>0.9.20</version>
113+
<version>0.9.21</version>
114114
<scope>test</scope>
115115
</dependency>
116116
</dependencies>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy