Skip to content

Commit c0e1edf

Browse files
Update ktor monorepo to v3.1.1 (#1966)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.ktor:ktor-serialization-kotlinx-json](https://redirect.github.com/ktorio/ktor) | dependencies | patch | `3.1.0` -> `3.1.1` | | [io.ktor:ktor-client-js](https://redirect.github.com/ktorio/ktor) | dependencies | patch | `3.1.0` -> `3.1.1` | | [io.ktor:ktor-client-auth](https://redirect.github.com/ktorio/ktor) | dependencies | patch | `3.1.0` -> `3.1.1` | | [io.ktor:ktor-client-okhttp](https://redirect.github.com/ktorio/ktor) | dependencies | patch | `3.1.0` -> `3.1.1` | | [io.ktor:ktor-client-content-negotiation](https://redirect.github.com/ktorio/ktor) | dependencies | patch | `3.1.0` -> `3.1.1` | | [io.ktor:ktor-client-core](https://redirect.github.com/ktorio/ktor) | dependencies | patch | `3.1.0` -> `3.1.1` | --- > [!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.1.1`](https://redirect.github.com/ktorio/ktor/blob/HEAD/CHANGELOG.md#311) [Compare Source](https://redirect.github.com/ktorio/ktor/compare/3.1.0...3.1.1) > Published 24 February 2025 ##### Improvements - Logging: messages are printed per line with OkHttp logger format ([KTOR-8218](https://youtrack.jetbrains.com/issue/KTOR-8218)) - WebSocket and SSE don't respect connection timeout set in the HttpTimeout plugin ([KTOR-8206](https://youtrack.jetbrains.com/issue/KTOR-8206)) ##### Bugfixes - formData: implementation of copying Source is broken ([KTOR-8210](https://youtrack.jetbrains.com/issue/KTOR-8210)) - Race condition when writing to a buffer leads to NPE inside CIOReaderKt.readFrom ([KTOR-8105](https://youtrack.jetbrains.com/issue/KTOR-8105)) - TLS client: IOException while writing to a closed TLS socket since 3.0.0 ([KTOR-7860](https://youtrack.jetbrains.com/issue/KTOR-7860)) - Exception thrown in onCallRespond makes the client wait for response indefinitely ([KTOR-7139](https://youtrack.jetbrains.com/issue/KTOR-7139)) - HttpCache: Cache isn't updated when Vary header for 304 response matches but not equal to Vary for 200 response ([KTOR-7104](https://youtrack.jetbrains.com/issue/KTOR-7104)) - OOM on SourceByteReadChannel for large input ([KTOR-8190](https://youtrack.jetbrains.com/issue/KTOR-8190)) - ArrayIndexOutOfBounds kotlinx-io ([KTOR-8096](https://youtrack.jetbrains.com/issue/KTOR-8096)) - NPE in readBuffer ([KTOR-8086](https://youtrack.jetbrains.com/issue/KTOR-8086)) - JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content ([KTOR-7934](https://youtrack.jetbrains.com/issue/KTOR-7934)) - Resources: a / route isn't resolved when there is a sibling `staticResources` ([KTOR-6671](https://youtrack.jetbrains.com/issue/KTOR-6671)) - Server accepts \r without a following \n as a valid line terminator in chunked transfer encoding ([KTOR-8015](https://youtrack.jetbrains.com/issue/KTOR-8015)) </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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODAuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE4MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 0fec6a7 commit c0e1edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ kotlinx-coroutines = "1.10.1"
3535
kotlinx-serialization = "1.8.0"
3636
ksp = "2.1.10-1.0.30"
3737
ktfmt = "0.54"
38-
ktor = "3.1.0"
38+
ktor = "3.1.1"
3939
leakcanary = "2.14"
4040
material-composeThemeAdapter = "1.2.1"
4141
mavenPublish = "0.30.0"

0 commit comments

Comments
 (0)