Skip to content

Commit 812d46a

Browse files
Update ktor monorepo to v2.3.13
1 parent e46d80c commit 812d46a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spring-boot-starter-logging = { module = "org.springframework.boot:spring-boot-s
8888
spring-webflux = "org.springframework:spring-webflux:6.1.14"
8989
spring-boot-autoconfigure = { module = "org.springframework.boot:spring-boot-autoconfigure", version.ref = "spring" }
9090
spring-boot-starter-webflux = { module = "org.springframework.boot:spring-boot-starter-webflux", version.ref = "spring" }
91-
ktor-server-netty = "io.ktor:ktor-server-netty:2.3.12"
91+
ktor-server-netty = "io.ktor:ktor-server-netty:2.3.13"
9292
apollo-annotations = { module = "com.apollographql.apollo:apollo-annotations", version.ref = "apollo" }
9393
apollo-tooling = { module = "com.apollographql.apollo:apollo-tooling", version.ref = "apollo" }
9494
apollo-testing = { module = "com.apollographql.apollo:apollo-testing-support" }
@@ -164,8 +164,8 @@ kotlinx-coroutines-play-services = { module = "org.jetbrains.kotlinx:kotlinx-cor
164164
kotlinx-coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinx-coroutines" }
165165
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx-datetime" }
166166
kotlinx-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
167-
ktor-cio = "io.ktor:ktor-server-cio:2.3.12"
168-
ktor-status-pages = "io.ktor:ktor-server-status-pages:2.3.12"
167+
ktor-cio = "io.ktor:ktor-server-cio:2.3.13"
168+
ktor-status-pages = "io.ktor:ktor-server-status-pages:2.3.13"
169169
lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" }
170170
material3-core = { module = "androidx.compose.material3:material3", version.ref = "compose-material3" }
171171
material3-window-size = { module = "androidx.compose.material3:material3-window-size-class", version.ref = "compose-material3" }

0 commit comments

Comments
 (0)