micronaut-projects / micronaut-session

Apache License 2.0
0 stars 0 forks source link

chore(deps): update dependency org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin to v0.9.20 #17

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin 0.9.14 -> 0.9.20 age adoption passing confidence

Release Notes

graalvm/native-build-tools ### [`v0.9.20`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.20) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.19...0.9.20) #### What's Changed - Introduce a `showPublications` task by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/375](https://togithub.com/graalvm/native-build-tools/pull/375) - Quickstart guides for Native Image Build Tools Maven/Gradle plugins. by [@​olyagpl](https://togithub.com/olyagpl) in [https://github.com/graalvm/native-build-tools/pull/381](https://togithub.com/graalvm/native-build-tools/pull/381) - Fix `NativeImageUtils#checkVersion` by [@​sdeleuze](https://togithub.com/sdeleuze) in [https://github.com/graalvm/native-build-tools/pull/386](https://togithub.com/graalvm/native-build-tools/pull/386) - Clarify bug report templates by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/392](https://togithub.com/graalvm/native-build-tools/pull/392) - Fix deadlock when collecting metadata by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/391](https://togithub.com/graalvm/native-build-tools/pull/391) - Add maven support for agent by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/343](https://togithub.com/graalvm/native-build-tools/pull/343) - Update metadataRepository version by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/394](https://togithub.com/graalvm/native-build-tools/pull/394) - Make max parallel native image builds configurable by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/395](https://togithub.com/graalvm/native-build-tools/pull/395) - Set regex to accept both GraalVM and native-image as version names by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/396](https://togithub.com/graalvm/native-build-tools/pull/396) - Add missing notes in index by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/399](https://togithub.com/graalvm/native-build-tools/pull/399) #### New Contributors - [@​olyagpl](https://togithub.com/olyagpl) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/381](https://togithub.com/graalvm/native-build-tools/pull/381) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.19...0.9.20 ### [`v0.9.19`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.19) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.18...0.9.19) #### What's Changed - Remove dev version from workflow by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/370](https://togithub.com/graalvm/native-build-tools/pull/370) - Fix compile task out of date when runtime args change by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/372](https://togithub.com/graalvm/native-build-tools/pull/372) - Fix repository not downloaded from Maven Central by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/374](https://togithub.com/graalvm/native-build-tools/pull/374) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.18...0.9.19 ### [`v0.9.18`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.18) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.17...0.9.18) #### What's Changed Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog). - Trim GraalVM version to fix Windows support - Add tests for NativeImageUtils.escapeArg - Do not escape quoted regexp args when using argsfile - Upgrade to GraalVM metadata repository 0.2.5 **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.17...0.9.18 ### [`v0.9.17`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.17) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.16...0.9.17) #### What's Changed Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog). - Make GraalVM installation check lazy by [@​sdeleuze](https://togithub.com/sdeleuze) in [https://github.com/graalvm/native-build-tools/pull/345](https://togithub.com/graalvm/native-build-tools/pull/345) - Add a check for the minimal GraalVM version by [@​sdeleuze](https://togithub.com/sdeleuze) in [https://github.com/graalvm/native-build-tools/pull/353](https://togithub.com/graalvm/native-build-tools/pull/353) - Bump metadata repo version to 0.2.4 by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/356](https://togithub.com/graalvm/native-build-tools/pull/356) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.16...0.9.17 ### [`v0.9.16`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.16) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.15...0.9.16) #### What's Changed Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog). - Test and fix `--exclude-config` regression by [@​sdeleuze](https://togithub.com/sdeleuze) in [https://github.com/graalvm/native-build-tools/pull/341](https://togithub.com/graalvm/native-build-tools/pull/341) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.15...0.9.16 ### [`v0.9.15`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.15) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.14...0.9.15) #### What's Changed Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog). - Move block from onTestClassRegistered to onLoad function by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/312](https://togithub.com/graalvm/native-build-tools/pull/312) - Add .sdkmanrc by [@​philwebb](https://togithub.com/philwebb) in [https://github.com/graalvm/native-build-tools/pull/320](https://togithub.com/graalvm/native-build-tools/pull/320) - Bump the default metadata repository version to 0.2.1 by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/323](https://togithub.com/graalvm/native-build-tools/pull/323) - Fix functional tests for MacOS users by [@​philwebb](https://togithub.com/philwebb) in [https://github.com/graalvm/native-build-tools/pull/321](https://togithub.com/graalvm/native-build-tools/pull/321) - Include buildtool support for bundling reachability metadata into jar files by [@​philwebb](https://togithub.com/philwebb) in [https://github.com/graalvm/native-build-tools/pull/322](https://togithub.com/graalvm/native-build-tools/pull/322) - Ship the GraalVM metadata repository as an artifact alongside NBT by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/331](https://togithub.com/graalvm/native-build-tools/pull/331) - Improve toolchain selection diagnostics by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/332](https://togithub.com/graalvm/native-build-tools/pull/332) - Bump metadata repository version by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/335](https://togithub.com/graalvm/native-build-tools/pull/335) - Fix ` NoSuchFileExceptionv in `collectReachabilityMetadata\` Gradle task by [@​sdeleuze](https://togithub.com/sdeleuze) in [https://github.com/graalvm/native-build-tools/pull/336](https://togithub.com/graalvm/native-build-tools/pull/336) - Remove use of DependencyFilter by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/337](https://togithub.com/graalvm/native-build-tools/pull/337) #### New Contributors - [@​philwebb](https://togithub.com/philwebb) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/320](https://togithub.com/graalvm/native-build-tools/pull/320) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.14...0.9.15

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Prague, 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.



This PR has been generated by Mend Renovate. View repository job log here.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information