[deps]: Update kotlin (#3770)

This commit is contained in:
renovate[bot] 2024-08-19 09:39:03 -04:00 committed by GitHub
parent 8c8db78da6
commit b4f864d89c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,12 +34,12 @@ hilt = "2.51.1"
junit5 = "5.10.3"
jvmTarget = "17"
# kotlin and ksp **must** use compatible versions, do not update either without the other.
kotlin = "2.0.0"
kotlin = "2.0.10"
kotlinxCollectionsImmutable = "0.3.7"
kotlinxCoroutines = "1.8.1"
kotlinxSerialization = "1.7.1"
kotlinxKover = "0.8.3"
ksp = "2.0.0-1.0.24"
ksp = "2.0.10-1.0.24"
mockk = "1.13.12"
okhttp = "4.12.0"
retrofitBom = "2.11.0"