[deps]: Update kotlin (#1268)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-15 10:50:15 -05:00 committed by Álison Fernandes
parent 921240d173
commit 2523239557

View file

@ -12,7 +12,7 @@ androidxActivity = "1.8.2"
androidXBiometrics = "1.2.0-alpha05"
androidxBrowser = "1.8.0"
androidxCamera = "1.3.2"
androidxComposeBom = "2024.03.00"
androidxComposeBom = "2024.04.00"
androidxCore = "1.12.0"
androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.7.0"
@ -37,11 +37,11 @@ jvmTarget = "17"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
kotlin = "1.9.23"
kotlinCompilerExtensionVersion = "1.5.11"
kotlinxCollectionsImmutable = "0.3.6"
kotlinxCoroutines = "1.7.3"
kotlinxCollectionsImmutable = "0.3.7"
kotlinxCoroutines = "1.8.0"
kotlinxSerialization = "1.6.3"
kotlinxKover = "0.7.4"
ksp = "1.9.23-1.0.19"
kotlinxKover = "0.7.6"
ksp = "1.9.23-1.0.20"
mockk = "1.13.10"
okhttp = "4.12.0"
retrofitBom = "2.11.0"