Commit e134ab3
authored
fix(deps): update ktor monorepo to v3.0.1 (#1721)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.ktor:ktor-serialization-kotlinx-json](https://redirect.github.com/ktorio/ktor)
| `3.0.0` -> `3.0.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.ktor:ktor-client-content-negotiation](https://redirect.github.com/ktorio/ktor)
| `3.0.0` -> `3.0.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [io.ktor:ktor-client-cio](https://redirect.github.com/ktorio/ktor) |
`3.0.0` -> `3.0.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [io.ktor:ktor-client-core](https://redirect.github.com/ktorio/ktor) |
`3.0.0` -> `3.0.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [io.ktor:ktor-bom](https://redirect.github.com/ktorio/ktor) | `3.0.0`
-> `3.0.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)</summary>
###
[`v3.0.1`](https://redirect.github.com/ktorio/ktor/blob/HEAD/CHANGELOG.md#301)
[Compare
Source](https://redirect.github.com/ktorio/ktor/compare/3.0.0...3.0.1)
> Published 29 October 2024
##### Bugfixes
- Remove space from the default client user agent
([KTOR-7655](https://youtrack.jetbrains.com/issue/KTOR-7655))
- `Url.segments` throws on URLs with root path
([KTOR-7625](https://youtrack.jetbrains.com/issue/KTOR-7625))
- Digest Auth does not implement nc parameter correctly according to RFC
7616 ([KTOR-4318](https://youtrack.jetbrains.com/issue/KTOR-4318))
- about:blank URL should be parsed correctly as about:blank
([KTOR-7410](https://youtrack.jetbrains.com/issue/KTOR-7410))
- ByteReadChannel.{readShort/readInt/readLong} could lead to CPU-bound
indefinite loop since 3.0.0
([KTOR-7571](https://youtrack.jetbrains.com/issue/KTOR-7571))
- CIO: Requests face connection timeouts when executed on the Android
main dispatcher
([KTOR-6803](https://youtrack.jetbrains.com/issue/KTOR-6803))
- receiveMultipart fails with "IOException: Failed to parse multipart"
when content-type is capitalized
([KTOR-7596](https://youtrack.jetbrains.com/issue/KTOR-7596))
##### Improvements
- WebSockets logging: The plugin calls toString() unnecessarily on
transformed response body
([KTOR-7623](https://youtrack.jetbrains.com/issue/KTOR-7623))
- INFO log message with all server interceptors on server startup
([KTOR-7326](https://youtrack.jetbrains.com/issue/KTOR-7326))
- Digest auth: `username` and `cnonce` parameters aren't surrounded with
quotes ([KTOR-7561](https://youtrack.jetbrains.com/issue/KTOR-7561))
- ContentType.fromFilePath for newer file formats HEIC, AVIF, HEIF
([KTOR-7536](https://youtrack.jetbrains.com/issue/KTOR-7536))
- Support missing native targets in ktor-serialization-kotlinx-xml
([KTOR-7583](https://youtrack.jetbrains.com/issue/KTOR-7583))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/typesafegithub/github-workflows-kt).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent d7645dc commit e134ab3
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
0 commit comments