Skip to content

fix(deps): update all dependencies#3892

Merged
serras merged 1 commit intomainfrom
renovate/all
Apr 10, 2026
Merged

fix(deps): update all dependencies#3892
serras merged 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 27, 2026

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlin-wrappers:kotlin-js 2026.3.162026.4.5 age confidence
com.gradleup.shadow 9.4.09.4.1 age confidence
tools.jackson.module:jackson-module-kotlin 3.1.03.1.1 age confidence
tools.jackson.core:jackson-databind (source) 3.1.03.1.1 age confidence
io.ktor:ktor-serialization-kotlinx-json 3.4.13.4.2 age confidence
io.ktor:ktor-server-resources 3.4.13.4.2 age confidence
io.ktor:ktor-server-content-negotiation 3.4.13.4.2 age confidence
io.ktor:ktor-server-core 3.4.13.4.2 age confidence
io.ktor:ktor-client-mock 3.4.13.4.2 age confidence
io.ktor:ktor-server-test-host 3.4.13.4.2 age confidence
io.ktor:ktor-client-core 3.4.13.4.2 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.10.01.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.10.01.11.0 age confidence
io.kotest:kotest-property 6.1.96.1.11 age confidence
io.kotest:kotest-assertions-core 6.1.96.1.11 age confidence

Release Notes

JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-js)

v2026.4.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.4...2026.4.5

v2026.4.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.3...2026.4.4

v2026.4.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.2...2026.4.3

v2026.4.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.1...2026.4.2

v2026.4.1

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.4.0...2026.4.1

v2026.4.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2026.3.17...2026.4.0

v2026.3.17

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2026.3.16...2026.3.17

GradleUp/shadow (com.gradleup.shadow)

v9.4.1

Compare Source

Changed
ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)

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
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.11.0

==================

This release is based on Kotlin 2.3.20 and provides new Json exceptions API and some bugfixes and improvements.

Expose Json exceptions structure

To make working with exceptions easier and providing proper error codes in e.g., REST APIs,
classes JsonException, JsonDecodingException, and JsonEncodingException are now public.
They have relevant public properties, such as shortMessage, path, offset, and others.
This API is currently experimental, and we're going to improve it further in the subsequent releases.
See the linked issues for the details: #​1930, #​1877.

Ability to hide user input from exception messages for security/privacy reasons.

Historically, exception messages in kotlinx.serialization often included the input Json itself for debuggability reason.
Such behavior may pose additional challenges for logging, analytics, and other systems, since
a system is not always allowed to store user data due to privacy/security reasons, which imposes additional sanitation logic.
To address this issue, a new property exceptionsWithDebugInfo is added to JsonConfiguration.
Disable it to hide user input from exception messages.
IMPORTANT: This behavior will be enabled by default when this property becomes stable.
See #​2590 for more details.

Bugfixes and improvements

  • CBOR: Relax value range check when decoding numbers (#​3167)
  • Use a specialized writeDecimalLong method for IO stream integrations in Json (#​3152)
kotest/kotest (io.kotest:kotest-property)

v6.1.11

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.1.10...6.1.11

v6.1.10

Compare Source

What's Changed

New Contributors

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


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 27, 2026

Kover Report

Total Project Coverage 49.10%

@renovate renovate bot changed the title chore(deps): update dependency com.gradleup.shadow to v9.4.1 fix(deps): update all dependencies Mar 27, 2026
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 8c253ec to 36a7d97 Compare April 3, 2026 14:40
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from bbd611b to b1289aa Compare April 9, 2026 16:30
| datasource | package                                               | from      | to       |
| ---------- | ----------------------------------------------------- | --------- | -------- |
| maven      | org.jetbrains.kotlin-wrappers:kotlin-js               | 2026.3.16 | 2026.4.5 |
| maven      | com.gradleup.shadow:com.gradleup.shadow.gradle.plugin | 9.4.0     | 9.4.1    |
| maven      | tools.jackson.module:jackson-module-kotlin            | 3.1.0     | 3.1.1    |
| maven      | tools.jackson.core:jackson-databind                   | 3.1.0     | 3.1.1    |
| maven      | io.ktor:ktor-serialization-kotlinx-json               | 3.4.1     | 3.4.2    |
| maven      | io.ktor:ktor-server-resources                         | 3.4.1     | 3.4.2    |
| maven      | io.ktor:ktor-server-content-negotiation               | 3.4.1     | 3.4.2    |
| maven      | io.ktor:ktor-server-core                              | 3.4.1     | 3.4.2    |
| maven      | io.ktor:ktor-client-mock                              | 3.4.1     | 3.4.2    |
| maven      | io.ktor:ktor-server-test-host                         | 3.4.1     | 3.4.2    |
| maven      | io.ktor:ktor-client-core                              | 3.4.1     | 3.4.2    |
| maven      | org.jetbrains.kotlinx:kotlinx-serialization-json      | 1.10.0    | 1.11.0   |
| maven      | org.jetbrains.kotlinx:kotlinx-serialization-core      | 1.10.0    | 1.11.0   |
| maven      | io.kotest:kotest-property                             | 6.1.9     | 6.1.11   |
| maven      | io.kotest:kotest-assertions-core                      | 6.1.9     | 6.1.11   |
@serras serras merged commit 50ada30 into main Apr 10, 2026
9 checks passed
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.

1 participant