StarWishsama / Comet-Bot

☄ 支持多 IM 平台的机器人
MIT License
190 stars 20 forks source link

fix(deps): update ktor to v2.2.4 #566

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.ktor:ktor-server-rate-limit 2.2.3 -> 2.2.4 age adoption passing confidence
io.ktor:ktor-server-netty 2.2.3 -> 2.2.4 age adoption passing confidence
io.ktor:ktor-server-core 2.2.3 -> 2.2.4 age adoption passing confidence
io.ktor:ktor-server-call-logging-jvm 2.2.3 -> 2.2.4 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json 2.2.3 -> 2.2.4 age adoption passing confidence
io.ktor:ktor-network 2.2.3 -> 2.2.4 age adoption passing confidence
io.ktor:ktor-client-websockets-jvm 2.2.3 -> 2.2.4 age adoption passing confidence
io.ktor:ktor-client-logging 2.2.3 -> 2.2.4 age adoption passing confidence
io.ktor:ktor-client-encoding 2.2.3 -> 2.2.4 age adoption passing confidence
io.ktor:ktor-client-core 2.2.3 -> 2.2.4 age adoption passing confidence
io.ktor:ktor-client-content-negotiation 2.2.3 -> 2.2.4 age adoption passing confidence
io.ktor:ktor-client-cio 2.2.3 -> 2.2.4 age adoption passing confidence

Release Notes

ktorio/ktor ### [`v2.2.4`](https://togithub.com/ktorio/ktor/blob/HEAD/CHANGELOG.md#​224) [Compare Source](https://togithub.com/ktorio/ktor/compare/2.2.3...2.2.4) > Published 28 February 2023 ##### Bugfixes - Connect timeout is not respected when using the HttpRequestRetry plugin ([KTOR-5466](https://youtrack.jetbrains.com/issue/KTOR-5466)) - URLs with underscore fail to parse correctly in HTTP client request ([KTOR-5591](https://youtrack.jetbrains.com/issue/KTOR-5591)) - Routing: Wrong content-type results in 405 instead of 415 status code with two routes ([KTOR-5535](https://youtrack.jetbrains.com/issue/KTOR-5535)) - Compressing the response will result in unexpected ERROR log output after processing in the StatusPages ([KTOR-5510](https://youtrack.jetbrains.com/issue/KTOR-5510)) - Javadoc for Resources.kt cannot be compiled ([KTOR-5492](https://youtrack.jetbrains.com/issue/KTOR-5492)) - ContentNegotiation: The "charset=UTF-8" part is added for the Content-Type header ([KTOR-3799](https://youtrack.jetbrains.com/issue/KTOR-3799)) - kotlinx.serialization.SerializationException is lost for the classes that have generic type parameters ([KTOR-5448](https://youtrack.jetbrains.com/issue/KTOR-5448)) - OkHttp: Cancelling while writing to ByteWriteChannel when overriding WriteChannelContent causes propagation of CancellationException to a caller ([KTOR-5518](https://youtrack.jetbrains.com/issue/KTOR-5518))

Configuration

📅 Schedule: 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.