diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 80a978d5..873c03cd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ android-min = "21" android-target = "35" androidx-appcompat = "1.7.0" androidx-constraintlayout = "2.2.1" -androidx-core-ktx = "1.15.0" +androidx-core-ktx = "1.16.0" androidx-lifecycle = "2.8.7" androidx-material = "1.12.0" androidx-recyclerview = "1.4.0" @@ -26,19 +26,19 @@ jetbrains-compose = "1.7.3" junit = "4.13.2" koin = "4.0.4" kotlin = "2.1.20" -kotlinx-coroutines = "1.10.1" +kotlinx-coroutines = "1.10.2" kotlinx-kover = "0.9.1" ktlint = "1.0.0" -mockk = "1.13.17" +mockk = "1.14.0" poko = "0.18.5" squareup-leakcanary = "2.14" squareup-logging-interceptor = "4.12.0" squareup-moshi = "1.15.2" squareup-retrofit = "2.11.0" -spotless = "7.0.2" +spotless = "7.0.3" timber = "5.0.1" viewBindingDelegate = "1.4.0" -ksp = "2.1.20-1.0.32" +ksp = "2.1.20-2.0.0" [libraries] diff --git a/settings.gradle.kts b/settings.gradle.kts index ee82c8dd..77b0a5a4 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -52,5 +52,5 @@ fun includeProject( } plugins { - id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0") + id("org.gradle.toolchains.foojay-resolver-convention") version("0.10.0") }