Update dependency io.ktor:ktor-client-android to v2.3.13

This commit is contained in:
renovate[bot] 2024-11-21 10:33:48 +00:00 committed by GitHub
parent 5a391676d0
commit 1805270c89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
kotlin = "1.8.21"
coroutines = "1.7.0"
sqldelight = "1.5.5"
ktor = "2.3.0"
ktor = "2.3.13"
[plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }