diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 602e5c2..12d8a4d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,20 +1,20 @@ [versions] -activity-compose = "1.10.1" -agp = "8.12.1" +activity-compose = "1.12.0" +agp = "8.13.1" annotation = "1.9.1" appcompat = "1.7.1" assert-k = "0.28.1" -bson = "5.5.1" +bson = "5.6.1" coil-compose = "2.7.0" -compose-bom = "2025.08.00" -compose-ui-test-manifest = "1.9.0" +compose-bom = "2025.11.01" +compose-ui-test-manifest = "1.9.5" core-ktx = "1.17.0" -core-splashscreen = "1.0.1" +core-splashscreen = "1.2.0" coroutines = "1.10.2" coroutines-test = "1.10.2" desugar-jdk-libs = "2.1.5" detekt = "1.23.8" -detektCompose = "0.4.27" +detektCompose = "0.4.28" espresso-core = "3.7.0" glance = "1.1.1" junit = "4.13.2" @@ -22,25 +22,25 @@ junit5 = "5.13.4" junit5-compose = "1.8.0" junit5-plugin = "1.13.1.0" junit-version = "1.3.0" -koin = "4.1.0" -kotlin = "2.2.10" +koin = "4.1.1" +kotlin = "2.2.21" kotlinx-serialization = "1.9.0" -ksp = "2.2.10-2.0.2" -ktor = "3.2.3" -ktor-client-logging = "3.2.3" -lifecycle-runtime-ktx = "2.9.2" -material = "1.12.0" -material3 = "1.5.0-alpha02" -material-adaptive = "1.1.0" +ksp = "2.3.3" +ktor = "3.3.2" +ktor-client-logging = "3.3.2" +lifecycle-runtime-ktx = "2.10.0" +material = "1.13.0" +material3 = "1.5.0-alpha09" +material-adaptive = "1.2.0" material-icons-extended = "1.7.8" -mock-k = "1.14.5" -navigation-compose = "2.9.3" -org-jetbrains-kotlin-jvm = "2.2.10" -room = "2.7.2" +mock-k = "1.14.6" +navigation-compose = "2.9.6" +org-jetbrains-kotlin-jvm = "2.2.21" +room = "2.8.4" security-crypto-ktx = "1.1.0" timber = "5.0.1" turbine = "1.2.1" -work = "2.10.3" +work = "2.11.0" # Project Versions project-application-id = "com.codermp.composeandroidtemplate"