Bump Ktor to 3.0.3 for Kotlin client. (#20410)

This commit is contained in:
Jakub Lipiński
2025-01-07 14:34:53 +01:00
committed by GitHub
parent cba756ffa6
commit 00c76de2a9
6 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ version = "1.0.0"
val kotlin_version = "2.0.21"
val coroutines_version = "1.9.0"
val serialization_version = "1.7.3"
val ktor_version = "3.0.2"
val ktor_version = "3.0.3"
repositories {
mavenCentral()