Skip to content

Commit 5f9a244

Browse files
committed
fix(deps): update dependency io.ktor:ktor-bom to v2.3.8
1 parent 9dc513c commit 5f9a244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.2")
1212

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

0 commit comments

Comments
 (0)