Skip to content

Commit cc261d8

Browse files
Update ktor monorepo to v3
1 parent cb802a0 commit cc261d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spring-boot-starter-logging = { module = "org.springframework.boot:spring-boot-s
8989
spring-webflux = "org.springframework:spring-webflux:6.2.5"
9090
spring-boot-autoconfigure = { module = "org.springframework.boot:spring-boot-autoconfigure", version.ref = "spring" }
9191
spring-boot-starter-webflux = { module = "org.springframework.boot:spring-boot-starter-webflux", version.ref = "spring" }
92-
ktor-server-netty = "io.ktor:ktor-server-netty:2.3.13"
92+
ktor-server-netty = "io.ktor:ktor-server-netty:3.1.2"
9393
apollo-annotations = { module = "com.apollographql.apollo:apollo-annotations", version.ref = "apollo" }
9494
apollo-tooling = { module = "com.apollographql.apollo:apollo-tooling", version.ref = "apollo" }
9595
apollo-testing = { module = "com.apollographql.apollo:apollo-testing-support" }
@@ -163,8 +163,8 @@ kotlinx-coroutines-play-services = { module = "org.jetbrains.kotlinx:kotlinx-cor
163163
kotlinx-coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinx-coroutines" }
164164
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx-datetime" }
165165
kotlinx-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
166-
ktor-cio = "io.ktor:ktor-server-cio:2.3.13"
167-
ktor-status-pages = "io.ktor:ktor-server-status-pages:2.3.13"
166+
ktor-cio = "io.ktor:ktor-server-cio:3.1.2"
167+
ktor-status-pages = "io.ktor:ktor-server-status-pages:3.1.2"
168168
lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" }
169169
material3-core = { module = "androidx.compose.material3:material3", version.ref = "compose-material3" }
170170
material3-window-size = { module = "androidx.compose.material3:material3-window-size-class", version.ref = "compose-material3" }

0 commit comments

Comments
 (0)