File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
automation/code-generator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99dependencies {
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" )
You can’t perform that action at this time.
0 commit comments