diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3f801d430..0b1e0dd04 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ androidx-activity = "1.8.1" # TODO: Check if https://android-review.googlesource.com/c/platform/frameworks/support/+/2576871 has # been merged and if so, swap the buttons in ImageCaptureConfirmationDialog androidx-compose-bom = "2023.10.01" -androidx-compose-compiler = "1.5.7" +androidx-compose-compiler = "1.5.8" androidx-core = "1.12.0" androidx-core-splashscreen = "1.0.1" androidx-fragment = "1.6.2" @@ -23,9 +23,9 @@ compose-lint-checks = "1.2.0" coroutines = "1.7.3" datastore = "1.0.0" junit = "4.13.2" -kotlin = "1.9.21" +kotlin = "1.9.22" kotlin-immutable-collections = "0.3.7" -ksp = "1.9.21-1.0.16" +ksp = "1.9.22-1.0.16" ktlint-plugin = "11.6.1" leakcanary = "2.13" maven-publish = "0.27.0"