diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2753700..9b91f6b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "9.2.1" +agp = "9.3.1" androidx-activityCompose = "1.13.0" androidx-appcompat = "1.7.1" androidx-core = "1.19.0" @@ -8,11 +8,11 @@ androidx-test-core = "1.7.0" androidx-test-runner = "1.7.0" androidx-test-rules = "1.7.0" # Note: conscrypt is only used for instrumented tests. This version is not propgated to dependent projects. -conscrypt = "2.6.0" +conscrypt = "2.6.1" compose-bom = "2026.06.01" dokka = "2.2.0" junit = "4.13.2" -kotlin = "2.4.0" +kotlin = "2.4.10" kotlin-coroutines = "1.11.0" mockk = "1.14.11" okhttp = "5.4.0"