Update ktor to v3
All checks were successful
Build & Test / Validate (pull_request) Successful in 10s
Build & Test / Run Unit Tests (pull_request) Successful in 9m25s

This commit is contained in:
Renovate Bot 2024-11-17 07:02:57 +00:00
parent 7e1a2113fd
commit e8fafeb271

View file

@ -17,7 +17,7 @@ kotlin-ksp = "2.0.21-1.0.28"
kotlinx-serialization = "1.7.3" kotlinx-serialization = "1.7.3"
kotlinx-coroutines = "1.9.0" kotlinx-coroutines = "1.9.0"
kotlinx-datetime = "0.6.1" kotlinx-datetime = "0.6.1"
ktor = "2.3.12" ktor = "3.0.1"
logbackClassic = "1.5.12" logbackClassic = "1.5.12"
material = "1.12.0" material = "1.12.0"
maxSdk = "35" maxSdk = "35"