Skip to content

Commit

Permalink
Update ktor monorepo to v2.3.11 (#1402)
Browse files Browse the repository at this point in the history
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

<details>
<summary>ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)</summary>

### [`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))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot authored May 10, 2024
1 parent 46e0a56 commit 591106f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 591106f

Please sign in to comment.