ktorio / ktor-build-plugins

Ktor Plugins for Build Systems
Apache License 2.0
56 stars 10 forks source link

Update dependency org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin to v0.10.1 #99

Closed renovate[bot] closed 6 months 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.23 -> 0.10.1 age adoption passing confidence

Release Notes

graalvm/native-build-tools (org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin) ### [`v0.10.1`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.10.1) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.10.0...0.10.1) #### What's Changed - Bump ch.qos.logback:logback-classic from 1.4.4 to 1.4.12 in /samples/metadata-repo-integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graalvm/native-build-tools/pull/543](https://togithub.com/graalvm/native-build-tools/pull/543) - Fix compile-no-fork with existing jar FileSystems ([#​547](https://togithub.com/graalvm/native-build-tools/issues/547)) by [@​kohlschuetter](https://togithub.com/kohlschuetter) in [https://github.com/graalvm/native-build-tools/pull/548](https://togithub.com/graalvm/native-build-tools/pull/548) - Add notes how to disable metadata repository support by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/570](https://togithub.com/graalvm/native-build-tools/pull/570) - Fix Kotlin Snippet For Disabling Metadata Repository by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/571](https://togithub.com/graalvm/native-build-tools/pull/571) - \[GR-51916] Add missing JUnit 5 init policies. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/573](https://togithub.com/graalvm/native-build-tools/pull/573) - Upgrade to GraalVM SDK 23.0.2 by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/565](https://togithub.com/graalvm/native-build-tools/pull/565) #### New Contributors - [@​kohlschuetter](https://togithub.com/kohlschuetter) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/548](https://togithub.com/graalvm/native-build-tools/pull/548) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.10.0...0.10.1 ### [`v0.10.0`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.10.0) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.28...0.10.0) #### What's Changed - Remove redundant settings.gradle configuration by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/532](https://togithub.com/graalvm/native-build-tools/pull/532) - Add concurrency with test array in matrix by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/482](https://togithub.com/graalvm/native-build-tools/pull/482) - Reduce Time Required for Each Test Execution by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/531](https://togithub.com/graalvm/native-build-tools/pull/531) - Bump metadata version to 0.3.5 by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/538](https://togithub.com/graalvm/native-build-tools/pull/538) - Improve the documentation by [@​albertattard](https://togithub.com/albertattard) in [https://github.com/graalvm/native-build-tools/pull/540](https://togithub.com/graalvm/native-build-tools/pull/540) - \[GR-46872] Review and align the stucture Gradle and Maven quickstart guides. by [@​olyagpl](https://togithub.com/olyagpl) in [https://github.com/graalvm/native-build-tools/pull/539](https://togithub.com/graalvm/native-build-tools/pull/539) - Substitute `` with `` in Maven plugin doc. by [@​olyagpl](https://togithub.com/olyagpl) in [https://github.com/graalvm/native-build-tools/pull/551](https://togithub.com/graalvm/native-build-tools/pull/551) - Make Plugins Use Metadata Repository by Default by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/557](https://togithub.com/graalvm/native-build-tools/pull/557) - Bump metadata repository version to 0.3.6 by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/561](https://togithub.com/graalvm/native-build-tools/pull/561) - Bump version of GraalVM by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/563](https://togithub.com/graalvm/native-build-tools/pull/563) #### New Contributors - [@​albertattard](https://togithub.com/albertattard) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/540](https://togithub.com/graalvm/native-build-tools/pull/540) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.28...0.10.0 ### [`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

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.



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