Update Kotlin, ksp, and kover to the latest versions (#6094)

This commit is contained in:
David Perez 2025-10-29 14:27:06 -05:00 committed by GitHub
parent 94c51cacf9
commit 290f59441f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,12 +44,12 @@ hilt = "2.57.2"
junit = "6.0.0"
jvmTarget = "21"
# kotlin and ksp **must** use compatible versions, do not update either without the other.
kotlin = "2.2.20"
kotlin = "2.2.21"
kotlinxCollectionsImmutable = "0.4.0"
kotlinxCoroutines = "1.10.2"
kotlinxSerialization = "1.9.0"
kotlinxKover = "0.9.2"
ksp = "2.2.20-2.0.4"
kotlinxKover = "0.9.3"
ksp = "2.2.21-2.0.4"
mockk = "1.14.6"
okhttp = "5.2.1"
retrofitBom = "3.0.0"