From d197ee1aa7515d0714e9357ca19985ca95e7a824 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 04:38:44 +0000 Subject: [PATCH] Update dependencies for minor & patch changes --- gradle/libs.versions.toml | 26 ++++++++++++------------ gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 351a476..aca1aa0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,22 +1,22 @@ [versions] # plugins -android-gradle = "8.6.0" -detekt = "1.23.6" -junit = "1.11.0.0" +android-gradle = "8.7.0" +detekt = "1.23.7" +junit = "1.11.2.0" ksp = "2.0.20-1.0.25" ktlint = "4.4.1" # production libraries coil = "2.7.0" -compose-bom = "2024.09.00" -compose-rules = "0.4.11" +compose-bom = "2024.09.03" +compose-rules = "0.4.15" compose-material3 = "1.3.0" hilt = "2.52" kotlin = "2.0.20" -kotlin-coroutines = "1.8.1" -kotlin-serialization = "1.7.2" -lifecycle = "2.8.5" -navigation = "2.8.0" +kotlin-coroutines = "1.9.0" +kotlin-serialization = "1.7.3" +lifecycle = "2.8.6" +navigation = "2.8.2" navigation-hilt = "1.2.0" okhttp-logging-interceptor = "4.12.0" retrofit = "2.11.0" @@ -24,15 +24,15 @@ room = "2.6.1" timber = "5.0.1" # test libraries -test-junit = "5.11.0" +test-junit = "5.11.2" test-mockk = "1.13.12" test-turbine = "1.1.0" # android test libraries -test-android-baseline-profile = "1.3.0" -test-android-compose-ui-test = "1.7.0" +test-android-baseline-profile = "1.3.2" +test-android-compose-ui-test = "1.7.3" test-android-junit = "1.2.1" -test-android-profile-installer = "1.3.1" +test-android-profile-installer = "1.4.1" test-android-runner = "1.6.2" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9355b41..df97d72 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME