diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8944db8405..ad03187526 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,12 +37,12 @@ hilt = "2.55" junit5 = "5.11.3" jvmTarget = "17" # kotlin and ksp **must** use compatible versions, do not update either without the other. -kotlin = "2.1.0" +kotlin = "2.1.10" kotlinxCollectionsImmutable = "0.3.8" kotlinxCoroutines = "1.10.1" kotlinxSerialization = "1.8.0" kotlinxKover = "0.9.1" -ksp = "2.1.0-1.0.29" +ksp = "2.1.10-1.0.30" mockk = "1.13.13" okhttp = "4.12.0" retrofitBom = "2.11.0" @@ -97,7 +97,7 @@ google-firebase-crashlytics = { module = "com.google.firebase:firebase-crashlyti google-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } google-hilt-android-testing = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" } google-hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" } -google-play-review = { module = "com.google.android.play:review", version.ref = "googleReview"} +google-play-review = { module = "com.google.android.play:review", version.ref = "googleReview" } junit-junit5 = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit5" } junit-vintage = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit5" } kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinxCollectionsImmutable" }