From 5aef8d6492c9ebf8e989ee652dcf4a1d82cac8a4 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 25 Apr 2023 20:10:13 +0200 Subject: [PATCH] deps: update dependency org.graalvm.buildtools:junit-platform-native to v0.9.21 (#1319) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
graalvm/native-build-tools ### [`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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 - [@​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) - [@​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
--- ### 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. --- - [ ] 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). --- README.md | 2 +- samples/native-image-sample/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da6aeb05c..4cfec01ed 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you are using Maven without the BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.12.0') +implementation platform('com.google.cloud:libraries-bom:26.13.0') implementation 'com.google.cloud:google-cloud-logging' ``` diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 89feb8e20..3753094cd 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -110,7 +110,7 @@ org.graalvm.buildtools junit-platform-native - 0.9.20 + 0.9.21 test