Skip to content

Commit e3c5a90

Browse files
fix(deps): update ktor monorepo to v3.2.3 (#2038)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.ktor:ktor-serialization-kotlinx-json](https://redirect.github.com/ktorio/ktor) | `3.2.2` -> `3.2.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-serialization-kotlinx-json/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-serialization-kotlinx-json/3.2.2/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.ktor:ktor-client-logging](https://redirect.github.com/ktorio/ktor) | `3.2.2` -> `3.2.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-client-logging/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-client-logging/3.2.2/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.ktor:ktor-client-content-negotiation](https://redirect.github.com/ktorio/ktor) | `3.2.2` -> `3.2.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-client-content-negotiation/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-client-content-negotiation/3.2.2/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.ktor:ktor-client-cio](https://redirect.github.com/ktorio/ktor) | `3.2.2` -> `3.2.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-client-cio/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-client-cio/3.2.2/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.ktor:ktor-client-core](https://redirect.github.com/ktorio/ktor) | `3.2.2` -> `3.2.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-client-core/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-client-core/3.2.2/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.ktor:ktor-bom](https://redirect.github.com/ktorio/ktor) | `3.2.2` -> `3.2.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-bom/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-bom/3.2.2/3.2.3?slim=true)](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.2.3`](https://redirect.github.com/ktorio/ktor/blob/HEAD/CHANGELOG.md#323) > Published 29 July 2025 ##### Improvements - Server only accepts `yaml` as the configuration file suffix ([KTOR-8712](https://youtrack.jetbrains.com/issue/KTOR-8712)) - JS / WASM error when process global is undefined ([KTOR-8686](https://youtrack.jetbrains.com/issue/KTOR-8686)) - DI async duplicate resolution ([KTOR-8681](https://youtrack.jetbrains.com/issue/KTOR-8681)) ##### Bugfixes - CIO: Expect 100-continue response is missing a final `\r\n` ([KTOR-8687](https://youtrack.jetbrains.com/issue/KTOR-8687)) - Intermittent "ParserException: No colon in HTTP header" when parsing multipart request ([KTOR-8523](https://youtrack.jetbrains.com/issue/KTOR-8523)) - Infinite loop in ByteReadChannel.readFully ([KTOR-8682](https://youtrack.jetbrains.com/issue/KTOR-8682)) - ShutDownUrl: The server cannot shut down since 3.2.0 ([KTOR-8674](https://youtrack.jetbrains.com/issue/KTOR-8674)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90e4d5b commit e3c5a90

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

jit-binding-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
dependencies {
11-
implementation(platform("io.ktor:ktor-bom:3.2.2"))
11+
implementation(platform("io.ktor:ktor-bom:3.2.3"))
1212
implementation("io.ktor:ktor-server-core")
1313
implementation("io.ktor:ktor-server-netty")
1414
implementation("io.ktor:ktor-server-call-logging")

shared-internal/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ dependencies {
1313
api("io.arrow-kt:arrow-core:2.1.2")
1414
// we cannot use a BOM due to limitation in kotlin scripting when resolving the transitive KMM variant dependencies
1515
// note: see https://youtrack.jetbrains.com/issue/KT-67618
16-
api("io.ktor:ktor-client-core:3.2.2")
17-
implementation("io.ktor:ktor-client-cio:3.2.2")
18-
implementation("io.ktor:ktor-client-content-negotiation:3.2.2")
19-
implementation("io.ktor:ktor-client-logging:3.2.2")
20-
implementation("io.ktor:ktor-serialization-kotlinx-json:3.2.2")
16+
api("io.ktor:ktor-client-core:3.2.3")
17+
implementation("io.ktor:ktor-client-cio:3.2.3")
18+
implementation("io.ktor:ktor-client-content-negotiation:3.2.3")
19+
implementation("io.ktor:ktor-client-logging:3.2.3")
20+
implementation("io.ktor:ktor-serialization-kotlinx-json:3.2.3")
2121
implementation("io.github.oshai:kotlin-logging:7.0.7")
2222
implementation("com.auth0:java-jwt:4.5.0")
2323
implementation("org.kohsuke:github-api:1.327")

0 commit comments

Comments
 (0)