renovate-bot opened a new pull request, #6019:
URL: https://github.com/apache/jmeter/pull/6019

   [![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.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin](https://togithub.com/Kotlin/dokka)
 | `1.8.10` -> `1.8.20` | 
[![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin/1.8.20/age-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin/1.8.20/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin/1.8.20/compatibility-slim/1.8.10)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin/1.8.20/confidence-slim/1.8.10)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>Kotlin/dokka 
(org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin)</summary>
   
   ### [`v1.8.20`](https://togithub.com/Kotlin/dokka/releases/tag/v1.8.20): 
1.8.20 Beta
   
   ### Improvements
   
   -   Update Kotlin Gradle Plugin to 1.8.10 and Android Gradle Plugin to 4.1.3.
   -   Move the "Properties" block to be above functions inside the "Members" 
tab ([#&#8203;2908](https://togithub.com/Kotlin/dokka/issues/2908))
   -   Make Javadoc tag parsing case-sensitive as per Javadoc specification 
([#&#8203;2907](https://togithub.com/Kotlin/dokka/issues/2907))
   -   Improve performance by reducing allocations and thus decreasing time 
spent in GC ([#&#8203;2729](https://togithub.com/Kotlin/dokka/issues/2729))
   
   ### Bugfixes
   
   -   Fix unresolved links leading to declarations from another source set 
[#&#8203;2878](https://togithub.com/Kotlin/dokka/issues/2878)
   -   Fix Dokka not failing the build if there are errors 
([#&#8203;2934](https://togithub.com/Kotlin/dokka/issues/2934)), regression 
from 1.8.10. Thanks to [@&#8203;jush](https://togithub.com/jush)!
   -   Fix `TypeNotPresentException` thrown in projects without KGP 
([#&#8203;2890](https://togithub.com/Kotlin/dokka/issues/2890)), regression 
from 1.8.10.
   
   ### Gradle plugin
   
   -   Start using `kotlin-dsl` plugin 
([#&#8203;2702](https://togithub.com/Kotlin/dokka/issues/2702), 
[#&#8203;2833](https://togithub.com/Kotlin/dokka/issues/2833)). Thanks to 
[@&#8203;aSemy](https://togithub.com/aSemy)!
   -   Use Gradle filesystem types for task properties and apply default values 
lazily ([#&#8203;2707](https://togithub.com/Kotlin/dokka/issues/2707), 
[#&#8203;2983](https://togithub.com/Kotlin/dokka/issues/2983)). Thanks to 
[@&#8203;aSemy](https://togithub.com/aSemy)!
   
   ### Plugin API
   
   -   Change the default logging level of console apps (`DokkaConsoleLogger`) 
to `PROGRESS` ([#&#8203;2871](https://togithub.com/Kotlin/dokka/issues/2871))
   -   Introduce `@InternalDokkaApi` annotation 
([#&#8203;2904](https://togithub.com/Kotlin/dokka/issues/2904))
   -   Mark various utility API as Dokka-internal 
([#&#8203;2937](https://togithub.com/Kotlin/dokka/issues/2937))
   
   ### Infrastructure
   
   Big thanks to [@&#8203;aSemy](https://togithub.com/aSemy), 
[@&#8203;Goooler](https://togithub.com/Goooler) and 
[@&#8203;3flex](https://togithub.com/3flex) for their valuable contributions 
and for improving the internal
   developer experience when working on Dokka!
   
   -   Use convention plugins to configure the subprojects 
([#&#8203;2704](https://togithub.com/Kotlin/dokka/issues/2704) by 
[@&#8203;aSemy](https://togithub.com/aSemy))
   -   Use Gradle Version Catalog and type-safe project dependencies 
([#&#8203;2884](https://togithub.com/Kotlin/dokka/issues/2884) by 
[@&#8203;aSemy](https://togithub.com/aSemy))
   -   Migrate `buildSrc` to a composite build 
([#&#8203;2912](https://togithub.com/Kotlin/dokka/issues/2912) by 
[@&#8203;Goooler](https://togithub.com/Goooler))
   -   Tidy up build configurations and project files 
([#&#8203;2911](https://togithub.com/Kotlin/dokka/issues/2911), 
[#&#8203;2930](https://togithub.com/Kotlin/dokka/issues/2930), 
[#&#8203;2909](https://togithub.com/Kotlin/dokka/issues/2909), 
[#&#8203;2946](https://togithub.com/Kotlin/dokka/issues/2946), 
[#&#8203;2910](https://togithub.com/Kotlin/dokka/issues/2910), 
[#&#8203;2705](https://togithub.com/Kotlin/dokka/issues/2705) by 
[@&#8203;aSemy](https://togithub.com/aSemy))
   -   Execute unit tests in parallel 
([#&#8203;2953](https://togithub.com/Kotlin/dokka/issues/2953) by 
[@&#8203;Goooler](https://togithub.com/Goooler))
   -   Add the ability to use different Java versions for build and test tasks 
([#&#8203;2918](https://togithub.com/Kotlin/dokka/issues/2918) by 
[@&#8203;aSemy](https://togithub.com/aSemy))
   -   Add reproducible archive build config 
([#&#8203;2947](https://togithub.com/Kotlin/dokka/issues/2947) by 
[@&#8203;aSemy](https://togithub.com/aSemy))
   -   Configure Kotlin compiler options lazily 
([#&#8203;2883](https://togithub.com/Kotlin/dokka/issues/2883) by 
[@&#8203;Goooler](https://togithub.com/Goooler))
   -   Improve GitHub Actions workflows 
([#&#8203;2939](https://togithub.com/Kotlin/dokka/issues/2939), 
[#&#8203;2938](https://togithub.com/Kotlin/dokka/issues/2938) by 
[@&#8203;Goooler](https://togithub.com/Goooler))
   -   Stop testing on Java 15 as it has reached EOL 
([#&#8203;2892](https://togithub.com/Kotlin/dokka/issues/2892) by 
[@&#8203;3flex](https://togithub.com/3flex))
   -   Remove a workaround for a fixed Gradle issue 
([#&#8203;2891](https://togithub.com/Kotlin/dokka/issues/2891) by 
[@&#8203;3flex](https://togithub.com/3flex))
   
   ### Documentation
   
   -   Add informational badges to the main `README.md` 
([#&#8203;2940](https://togithub.com/Kotlin/dokka/issues/2940)). Thanks to 
[@&#8203;Goooler](https://togithub.com/Goooler)!
   -   Fix typos, inconsistencies and incorrect links in documentation 
([#&#8203;2979](https://togithub.com/Kotlin/dokka/issues/2979), 
[#&#8203;2973](https://togithub.com/Kotlin/dokka/issues/2973), 
[#&#8203;2952](https://togithub.com/Kotlin/dokka/issues/2952)). Thanks to 
[@&#8203;LiYing2010](https://togithub.com/LiYing2010), 
[@&#8203;strangesource](https://togithub.com/strangesource) and 
[@&#8203;ansman](https://togithub.com/ansman)!
   -   Add more information about the infrastructure to `CONTRIBUTING.md` 
([#&#8203;2952](https://togithub.com/Kotlin/dokka/issues/2952))
   
   ### Security
   
   -   Bump npm dependencies to address various vulnerabilities 
([#&#8203;2894](https://togithub.com/Kotlin/dokka/issues/2894), 
[#&#8203;2923](https://togithub.com/Kotlin/dokka/issues/2923))
   
   ### Other
   
   -   Update publication POM links to https 
([#&#8203;2931](https://togithub.com/Kotlin/dokka/issues/2931)). Thanks to 
[@&#8203;aSemy](https://togithub.com/aSemy)!
   -   Tidy up Gradle example projects and warning suppressions 
([#&#8203;2916](https://togithub.com/Kotlin/dokka/issues/2916), 
[#&#8203;2975](https://togithub.com/Kotlin/dokka/issues/2975)). Thanks to 
[@&#8203;aSemy](https://togithub.com/aSemy)!
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "every 3 weeks on Monday" (UTC), 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://developer.mend.io/github/apache/jmeter).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to