Skip to content

⬆️ Update all dependencies#29

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

⬆️ Update all dependencies#29
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 25, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.ktor:ktor-bom 3.4.13.4.2 age adoption passing confidence
io.kotest 6.1.76.1.10 age adoption passing confidence
io.kotest:kotest-bom 6.1.76.1.10 age adoption passing confidence
org.jetbrains.dokka 2.1.02.2.0 age adoption passing confidence
androidx.compose:compose-bom 2026.03.002026.03.01 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ktorio/ktor (io.ktor:ktor-bom)

v3.4.2

Compare Source

Published 27 March 2026

Improvements
  • KTOR-9327 Curl: The WebSockets maxFrameSize option does not have an effect
  • KTOR-9383 CaseInsensitiveString: reduce allocations
  • KTOR-9385 Netty: Allocation micro-optimizations
  • KTOR-9403 Darwin: Unnecessary ByteArray copy for each received response chunk
  • KTOR-9412 KDoc for formFieldLimit documents incorrect default value (64 KB instead of 50 MiB)
Bugfixes
  • KTOR-9351 OpenAPI: Incorrect schema generated for nested classes with lists
  • KTOR-9361 WebSockets: JsWebSocketSession._closeReason is completed twice
  • KTOR-9437 Fix GraalVM Compatibility
  • KTOR-9424 Logging: OkHttp format should log the full requested URL
  • KTOR-8540 Logging: IllegalStateException is thrown when response is cached and deserialization fails
  • KTOR-9370 OpenAPI: NoSuchMethodError - getLOCAL_FUNCTION_FOR_LAMBDA with Kotlin 2.3.20-*
  • KTOR-9421 Netty: active SSE connection blocks HTTP/2 response flushing for other requests
  • KTOR-3390 JS browser: "Failed to execute 'digest' on 'SubtleCrypto'" error when using digest auth
  • KTOR-5977 Compression: The encoders buffer streaming response
  • KTOR-9393 Certificate pinning matches against all pins instead of hostname-scoped pins
  • KTOR-8751 DI: AmbiguousDependencyException when named dependency is overridden in testApplication
  • KTOR-9039 Bearer Auth: Request body transformed with jsonIO isn't sent over again after refreshToken request
  • KTOR-9404 Darwin: Memory leak in KtorNSURLSessionDelegate
  • KTOR-9399 LinkageError when running Ktor app with development mode inside Spring Boot / Amper fat-JAR
  • KTOR-9402 NoSuchMethodError on RawWebSocket after 3.4.0
  • KTOR-9372 Frame.Text.readText() causes infinite loop and 100% CPU on Kotlin/Native when WebSocket frame data is malformed or connection drops unexpectedly
  • KTOR-9387 ZstdEncoder decode fails when source data is split into multiple Zstd frames
kotest/kotest (io.kotest:kotest-bom)

v6.1.10

Compare Source

v6.1.9

Compare Source

Full Changelog: kotest/kotest@v6.1.8...v6.1.9

The Gradle 9.4 --tests filter change was missed from the 6.1.8 release.
This 6.1.9 release includes it.

If you are using Gradle 9.4+ then you need this build to run a single test from the IDE.

v6.1.8

Compare Source

What's Changed

New Contributors

Full Changelog: kotest/kotest@v6.1.7...v6.1.8

Kotlin/dokka (org.jetbrains.dokka)

v2.2.0: 2.2.0

Dokka Gradle Plugin

Starting from Dokka 2.1.0, the new Dokka Gradle Plugin is enabled by default. The documentation on kotlinlang.org has been updated accordingly:

Dokka 2.2.0 introduces multiple improvements and fixes:

Note: most of the following changes affect only the new Dokka Gradle Plugin, enabled by default since Dokka 2.1.0

Analysis improvements

Starting from Dokka 2.1.0, the K2 analysis is enabled by default. K2 analysis is now stable, enabled by default, and fully migrated to the new shared Analysis API. This includes the migration to the new KDoc resolution API within the Analysis API.

Dokka 2.2.0 introduces multiple improvements and fixes:

Note: most of the following changes affect only Dokka's K2 analysis, enabled by default since Dokka 2.1.0

  • Allow actual declarations to automatically inherit their documentation from expect counterparts in multiplatform projects (#​2493, #​4245, #​4351)
  • Link resolution improvements:
    • Support references to declarations with quoted names (#​3356)
    • Support resolution of links to extensions with type parameters according to KEEP#385 (#​3555)
    • Improve handling of ambiguous KDoc links according to KEEP#389 (#​3451, #​3179, #​3632, #​4327, #​3604)
      • Note: those changes are currently available only under experimental org.jetbrains.dokka.analysis.enableExperimentalKDocResolution system property
  • K2/K1 compatibility improvements:
    • Fix Multiple pages associated with key (#​4300)
    • Fix inconsistent constructor rendering for expect/actual annotation (#​4055)
    • Fix missing abstract modifier for abstract interface method with redundant open modifier (#​4144)
    • Fix working with intersected and overridden fake functions/properties (#​3857)
    • Fix rendering of links in @see block (#​3680)
    • Fix redundant ? on properties with a type of typealias to nullable type (#​4337)
    • Fix the missing default parameter value for inherited (not overridden) members (#​4320)
    • Fix duplicate source links for function overloads and properties (#​4049, #​4338)
    • Fix resolution of links in the second line of KDoc tags (#​4332, KT-75215, KT-79783)
  • Improve DRI handling for varargs and properties (#​3558, #​4347)
  • Context parameters improvements:
    • Fix KDoc links to context parameters (#​4389)
    • Support context parameters documentation via @param tag (#​4065)
  • Java/Javadoc related improvements:
    • Use language-java class for <pre> and <code> tags generated from Java sources (#​4346)
    • Add new Mark DocTag, TextStyle.Highlight and support for <mark> javadoc HTML tag (#​4376)
    • Fix source links to accessors in the KotlinAsJava plugin (#​4396)
    • Fix incorrect links to Javadoc's functions with type parameters (#​3502)
    • Fix links to Java fields (#​4360)
    • Fix documentation on extension properties is not propagated to the generated extension getters (#​3752)
    • Fix generated getter for property in kotlin-as-java doesn't inherit KDoc description (#​3369)
Kotlin playground runnable samples extracted into a separate plugin

Starting with Dokka 2.2.0, Kotlin Playground–based rendering of @sample KDoc references is disabled by default. Samples are now rendered as non-runnable code blocks.

Support for interactive, runnable samples has been extracted into a separate plugin with configurable options, including custom Playground scripts and server URLs. See the plugin README.md for setup instructions.

Other changes and bugfixes
  • Fix unnecessary logging for unresolved links in module documentation (#​4413)
  • Fix CLI runner to force use of the latest stdlib (#​4324)
  • Use the shadowed stdlib in the Dokka Maven Plugin (#​4229)
Changes from 2.2.0-Beta
  • Fix DGP reads all Gradle properties, which causes unnecessary CC invalidation (#​4467)
  • Detect and handle intersected source roots in Android multi-variant projects (#​4473)
Feedback

We would appreciate your feedback!


Configuration

📅 Schedule: Branch creation - At 10:00 PM through 11:59 PM and 12:00 AM through 04:59 AM ( * 22-23,0-4 * * * ), Only on Sunday and Saturday ( * * * * 0,6 ) (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title ⬆️ Update all dependencies to v6.1.9 ⬆️ Update all dependencies Mar 25, 2026
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 983d5c3 to efb9a73 Compare March 27, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants