Skip to content

Commit 891f69b

Browse files
fix(deps): update ktor monorepo to v3.4.3 (#2303)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.ktor:ktor-client-mock](https://redirect.github.com/ktorio/ktor) | `3.4.2` → `3.4.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-client-mock/3.4.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-client-mock/3.4.2/3.4.3?slim=true) | | [io.ktor:ktor-serialization-kotlinx-json](https://redirect.github.com/ktorio/ktor) | `3.4.2` → `3.4.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-serialization-kotlinx-json/3.4.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-serialization-kotlinx-json/3.4.2/3.4.3?slim=true) | | [io.ktor:ktor-client-logging](https://redirect.github.com/ktorio/ktor) | `3.4.2` → `3.4.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-client-logging/3.4.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-client-logging/3.4.2/3.4.3?slim=true) | | [io.ktor:ktor-client-content-negotiation](https://redirect.github.com/ktorio/ktor) | `3.4.2` → `3.4.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-client-content-negotiation/3.4.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-client-content-negotiation/3.4.2/3.4.3?slim=true) | | [io.ktor:ktor-client-cio](https://redirect.github.com/ktorio/ktor) | `3.4.2` → `3.4.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-client-cio/3.4.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-client-cio/3.4.2/3.4.3?slim=true) | | [io.ktor:ktor-client-core](https://redirect.github.com/ktorio/ktor) | `3.4.2` → `3.4.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-client-core/3.4.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-client-core/3.4.2/3.4.3?slim=true) | | [io.ktor:ktor-bom](https://redirect.github.com/ktorio/ktor) | `3.4.2` → `3.4.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-bom/3.4.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.ktor:ktor-bom/3.4.2/3.4.3?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/355) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 386cbca commit 891f69b

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

action-binding-generator/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ version = rootProject.version
1616
dependencies {
1717
implementation("com.squareup:kotlinpoet:2.3.0")
1818
implementation("com.charleskorn.kaml:kaml:0.104.0")
19-
implementation("io.ktor:ktor-client-core:3.4.2")
20-
implementation("io.ktor:ktor-client-cio:3.4.2")
19+
implementation("io.ktor:ktor-client-core:3.4.3")
20+
implementation("io.ktor:ktor-client-cio:3.4.3")
2121
implementation("io.github.oshai:kotlin-logging:8.0.01")
2222
implementation(projects.sharedInternal)
2323

24-
testImplementation("io.ktor:ktor-client-mock:3.4.2")
24+
testImplementation("io.ktor:ktor-client-mock:3.4.3")
2525
testImplementation(projects.githubWorkflowsKt)
2626
}
2727

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.4.2"))
11+
implementation(platform("io.ktor:ktor-bom:3.4.3"))
1212
implementation("io.ktor:ktor-server-core")
1313
implementation("io.ktor:ktor-server-netty")
1414
implementation("io.ktor:ktor-server-call-logging")

maven-binding-builder/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ plugins {
55
dependencies {
66
implementation("org.jetbrains.kotlin:kotlin-compiler")
77
api("io.arrow-kt:arrow-core:2.2.2.1")
8-
api("io.ktor:ktor-client-core:3.4.2")
8+
api("io.ktor:ktor-client-core:3.4.3")
99
api(projects.actionBindingGenerator)
1010
implementation(projects.sharedInternal)
1111
implementation("io.github.oshai:kotlin-logging:8.0.01")
1212

1313
runtimeOnly(projects.githubWorkflowsKt)
1414

15-
testImplementation("io.ktor:ktor-client-cio:3.4.2")
15+
testImplementation("io.ktor:ktor-client-cio:3.4.3")
1616
testImplementation(projects.testUtils)
1717
}

shared-internal/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ dependencies {
1313
api("io.arrow-kt:arrow-core:2.2.2.1")
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.4.2")
16+
api("io.ktor:ktor-client-core:3.4.3")
1717
api("io.micrometer:micrometer-core:1.16.5")
18-
implementation("io.ktor:ktor-client-cio:3.4.2")
19-
implementation("io.ktor:ktor-client-content-negotiation:3.4.2")
20-
implementation("io.ktor:ktor-client-logging:3.4.2")
21-
implementation("io.ktor:ktor-serialization-kotlinx-json:3.4.2")
18+
implementation("io.ktor:ktor-client-cio:3.4.3")
19+
implementation("io.ktor:ktor-client-content-negotiation:3.4.3")
20+
implementation("io.ktor:ktor-client-logging:3.4.3")
21+
implementation("io.ktor:ktor-serialization-kotlinx-json:3.4.3")
2222
implementation("io.github.oshai:kotlin-logging:8.0.01")
2323
implementation("com.auth0:java-jwt:4.5.1")
2424
implementation("org.kohsuke:github-api:1.330")

0 commit comments

Comments
 (0)