diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e143410..b08883f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,18 +1,18 @@ [versions] -agp = "8.11.1" -androidx-activityCompose = "1.10.1" +agp = "8.13.0" +androidx-activityCompose = "1.11.0" androidx-appcompat = "1.7.1" -androidx-core = "1.16.0" -androidx-lifecycle = "2.9.1" -androidx-test-core = "1.6.1" -androidx-test-runner = "1.6.2" -androidx-test-rules = "1.6.1" +androidx-core = "1.17.0" +androidx-lifecycle = "2.9.4" +androidx-test-core = "1.7.0" +androidx-test-runner = "1.7.0" +androidx-test-rules = "1.7.0" conscrypt = "2.5.3" -compose-bom = "2025.06.01" -dokka = "2.0.0" +compose-bom = "2025.10.01" +dokka = "2.1.0" junit = "4.13.2" -kotlin = "2.2.0" -mockk = "1.14.4" +kotlin = "2.2.21" +mockk = "1.14.6" okhttp = "5.3.0" [libraries]