diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3b589d9..d143ef2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,17 +1,17 @@ [versions] appVersion = "1.0.1" agp = "9.4.0" -kotlin = "2.4.10" +kotlin = "2.4.20" coreKtx = "1.19.0" lifecycle = "2.11.0" activityCompose = "1.13.0" -composeBom = "2026.08.00" +composeBom = "2026.09.00" navigation3 = "1.1.7" kotlinxSerialization = "1.11.0" coroutines = "1.11.0" hilt = "2.60.1" hiltLifecycleViewmodelCompose = "1.4.0" -ksp = "2.3.10" +ksp = "2.3.12" detekt = "2.0.0-alpha.6" ktlint = "14.2.0" junit = "4.13.2" @@ -22,12 +22,12 @@ mlkitTextRecognition = "16.0.1" # Sole exception to the "stable versions only" rule (see AGENTS.md): ML Kit GenAI has no stable # release, and every on-device Gemini Nano path is pre-release. Contained by the rule-based fallback. mlkitGenaiPrompt = "1.0.0-beta4" -room = "2.8.4" +room = "2.8.5" turbine = "1.2.1" kover = "0.9.9" sonarqube = "7.5.0.8588" -robolectric = "4.16.1" -roborazzi = "1.73.0" +robolectric = "4.17" +roborazzi = "1.74.0" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }