diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dc3b29595..8c6ceaee5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,33 +9,33 @@ minSdk = "28" # Dependency Versions accompanist = "0.30.1" androidGradlePlugin = "8.1.0" -androidxActivity = "1.7.2" +androidxActivity = "1.8.0" androidxBrowser = "1.6.0" -androidxComposeBom = "2023.09.02" +androidxComposeBom = "2023.10.01" # TODO: Once the Material3 color scheme changes are no longer in alpha, we should remove this # individual dependency version and use the Compose BOM version (BIT-702). androidxComposeMaterial3 = "1.2.0-alpha10" androidxCore = "1.12.0" androidxHiltNavigationCompose = "1.0.0" androidxLifecycle = "2.6.2" -androidxNavigation = "2.7.3" -androidxRoom = "2.5.2" +androidxNavigation = "2.7.4" +androidxRoom = "2.6.0" androidxSplash = "1.1.0-alpha02" # Once the app and SDK reach a critical point of completeness we should begin fixing the version # here (BIT-311). bitwardenSdk = "0.3.1-20231103.145900-2" detekt = "1.23.1" -firebaseBom = "32.3.1" +firebaseBom = "32.5.0" glide = "4.15.1" hilt = "2.47" junit5 = "5.8.2" jvmTarget = "1.8" -kotlin = "1.9.0" -kotlinCompilerExtensionVersion = "1.5.1" +kotlin = "1.9.10" +kotlinCompilerExtensionVersion = "1.5.3" kotlinxCoroutines = "1.7.3" kotlinxSerialization = "1.5.1" kotlinxKover = "0.7.3" -ksp = "1.9.0-1.0.11" +ksp = "1.9.10-1.0.13" mockk = "1.13.5" okhttp = "4.11.0" retrofit = "2.9.0"