Skip to content

Commit c02a5e2

Browse files
committed
fix(deps): update dependency io.ktor:ktor-bom to v2.3.11
1 parent 37f75a8 commit c02a5e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

automation/code-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation("com.squareup:kotlinpoet:1.16.0")
1111
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
1212

13-
implementation(platform("io.ktor:ktor-bom:2.3.10"))
13+
implementation(platform("io.ktor:ktor-bom:2.3.11"))
1414
implementation("io.ktor:ktor-client-core")
1515
implementation("io.ktor:ktor-client-cio")
1616
implementation("io.ktor:ktor-client-content-negotiation")

jit-binding-server/build.gradle.kts

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

99
dependencies {
10-
implementation(platform("io.ktor:ktor-bom:2.3.10"))
10+
implementation(platform("io.ktor:ktor-bom:2.3.11"))
1111
implementation("io.ktor:ktor-server-core")
1212
implementation("io.ktor:ktor-server-netty")
1313
implementation("io.github.reactivecircus.cache4k:cache4k:0.13.0")

0 commit comments

Comments
 (0)