From 591106fec9d8c2953d8fd58e300fddb779bb31ab Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Fri, 10 May 2024 13:00:54 -0700 Subject: [PATCH] Update ktor monorepo to v2.3.11 (#1402) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.ktor:ktor-serialization-kotlinx-json](https://togithub.com/ktorio/ktor) | dependencies | patch | `2.3.10` -> `2.3.11` | | [io.ktor:ktor-client-js](https://togithub.com/ktorio/ktor) | dependencies | patch | `2.3.10` -> `2.3.11` | | [io.ktor:ktor-client-okhttp](https://togithub.com/ktorio/ktor) | dependencies | patch | `2.3.10` -> `2.3.11` | | [io.ktor:ktor-client-content-negotiation](https://togithub.com/ktorio/ktor) | dependencies | patch | `2.3.10` -> `2.3.11` | | [io.ktor:ktor-client-core](https://togithub.com/ktorio/ktor) | dependencies | patch | `2.3.10` -> `2.3.11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json) ### [`v2.3.11`](https://togithub.com/ktorio/ktor/releases/tag/2.3.11) [Compare Source](https://togithub.com/ktorio/ktor/compare/2.3.10...2.3.11) > Published 8 May 2024 ##### Bugfixes - Test client ignores socket timeout ([KTOR-6909](https://youtrack.jetbrains.com/issue/KTOR-6909))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d831259e3..566224c4a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ kotlinpoet = "1.16.0" kotlinx-coroutines = "1.8.0" ksp = "1.9.23-1.0.20" ktfmt = "0.49" -ktor = "2.3.10" +ktor = "2.3.11" leakcanary = "2.14" material-composeThemeAdapter = "1.2.1" mavenPublish = "0.28.0"