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.28 #101

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.22 -> 0.9.28 age adoption passing confidence

Release Notes

graalvm/native-build-tools (org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin) ### [`v0.9.28`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.28) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.27...0.9.28) #### What's Changed - Revert to previous version of `escapeArg()`. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/515](https://togithub.com/graalvm/native-build-tools/pull/515) - Document test binary configuration by [@​abelsromero](https://togithub.com/abelsromero) in [https://github.com/graalvm/native-build-tools/pull/509](https://togithub.com/graalvm/native-build-tools/pull/509) - Fixes the problem that `org.junit.jupiter.api.condition.EnabledOnOs` cannot be used in NativeTest by [@​linghengqian](https://togithub.com/linghengqian) in [https://github.com/graalvm/native-build-tools/pull/504](https://togithub.com/graalvm/native-build-tools/pull/504) - Remove deprecated use of `getConvention` by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/522](https://togithub.com/graalvm/native-build-tools/pull/522) - Fix and improve major JDK version detection. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/523](https://togithub.com/graalvm/native-build-tools/pull/523) - Bump com.h2database:h2 from 2.1.210 to 2.2.220 in /samples/metadata-repo-integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graalvm/native-build-tools/pull/499](https://togithub.com/graalvm/native-build-tools/pull/499) - Fix toolchain documentation by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/525](https://togithub.com/graalvm/native-build-tools/pull/525) - Re-enable Windows builds. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/524](https://togithub.com/graalvm/native-build-tools/pull/524) - Fix h2-related tests. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/526](https://togithub.com/graalvm/native-build-tools/pull/526) - Make metadata repo test version-agnostic. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/527](https://togithub.com/graalvm/native-build-tools/pull/527) - Make metadata repo Gradle test version-agnostic. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/528](https://togithub.com/graalvm/native-build-tools/pull/528) #### New Contributors - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/499](https://togithub.com/graalvm/native-build-tools/pull/499) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.27...0.9.28 ### [`v0.9.27`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.27) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.26...0.9.27) #### What's Changed - Bug fixes and improvements for GraalVM for JDK 21. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/506](https://togithub.com/graalvm/native-build-tools/pull/506) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.26...0.9.27 ### [`v0.9.26`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.26) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.25...0.9.26) #### What's Changed - Use AttributeProvider API by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/493](https://togithub.com/graalvm/native-build-tools/pull/493) - Fix the name of the sub-XML tag of the XML tag of the classpath in the document by [@​linghengqian](https://togithub.com/linghengqian) in [https://github.com/graalvm/native-build-tools/pull/483](https://togithub.com/graalvm/native-build-tools/pull/483) - Explicitly declare dependencies for `plexus-xml` and `plexus-utils` by [@​linghengqian](https://togithub.com/linghengqian) in [https://github.com/graalvm/native-build-tools/pull/484](https://togithub.com/graalvm/native-build-tools/pull/484) - Relax GraalVM version check for dev versions by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/495](https://togithub.com/graalvm/native-build-tools/pull/495) - Prepare NBT for release of GraalVM for JDK 21. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/496](https://togithub.com/graalvm/native-build-tools/pull/496) - Update native-build-tools dependencies by [@​olpaw](https://togithub.com/olpaw) in [https://github.com/graalvm/native-build-tools/pull/497](https://togithub.com/graalvm/native-build-tools/pull/497) #### New Contributors - [@​linghengqian](https://togithub.com/linghengqian) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/483](https://togithub.com/graalvm/native-build-tools/pull/483) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.25...0.9.26 ### [`v0.9.25`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.25) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.24...0.9.25) #### What's Changed - Bump metadata version to 0.3.4 and update docs by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/488](https://togithub.com/graalvm/native-build-tools/pull/488) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.24...0.9.25 ### [`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 [@​olyagpl](https://togithub.com/olyagpl) in [https://github.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 [@​abelsromero](https://togithub.com/abelsromero) in [https://github.com/graalvm/native-build-tools/pull/463](https://togithub.com/graalvm/native-build-tools/pull/463) - Discover tests with `ClassLoader` other than `ImageClassLoader` by [@​ziyilin](https://togithub.com/ziyilin) in [https://github.com/graalvm/native-build-tools/pull/445](https://togithub.com/graalvm/native-build-tools/pull/445) - Keep same classpath order as surefire by [@​ziyilin](https://togithub.com/ziyilin) in [https://github.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 [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/470](https://togithub.com/graalvm/native-build-tools/pull/470) - Add support for PGO instrumentation by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/471](https://togithub.com/graalvm/native-build-tools/pull/471) - Fix compatibility with latest releases of JUnit in [https://github.com/graalvm/native-build-tools/issues/472](https://togithub.com/graalvm/native-build-tools/issues/472) - Bump metadata version to 0.3.3 by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/474](https://togithub.com/graalvm/native-build-tools/pull/474) #### New Contributors - [@​abelsromero](https://togithub.com/abelsromero) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/463](https://togithub.com/graalvm/native-build-tools/pull/463) - [@​ziyilin](https://togithub.com/ziyilin) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/445](https://togithub.com/graalvm/native-build-tools/pull/445) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.23...0.9.24 ### [`v0.9.23`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.23) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.22...0.9.23) #### What's Changed - Fix "collect reachability metadata" with config cache by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/438](https://togithub.com/graalvm/native-build-tools/pull/438) - Remove use of GFileUtils by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/437](https://togithub.com/graalvm/native-build-tools/pull/437) - Display the GraalVM logo on the generated NBT docs by [@​gradinac](https://togithub.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/447](https://togithub.com/graalvm/native-build-tools/pull/447) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.22...0.9.23

Configuration

📅 Schedule: Branch creation - "after 10pm" 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

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

âš  Warning: custom changes will be lost.

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

timyates commented 1 year ago

@sdelamo I had to fix the build here for the graal test