diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1a4e4f5..bb50c7d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -agp = "8.13.1" -androidx-activityCompose = "1.12.0" +agp = "8.13.2" +androidx-activityCompose = "1.12.2" androidx-appcompat = "1.7.1" androidx-core = "1.17.0" androidx-lifecycle = "2.10.0" @@ -8,11 +8,11 @@ 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.11.01" +compose-bom = "2025.12.01" dokka = "2.1.0" junit = "4.13.2" -kotlin = "2.2.21" -mockk = "1.14.6" +kotlin = "2.3.0" +mockk = "1.14.7" okhttp = "5.3.2" [libraries]