From 60ba145354641d7a88446e8926280a766055edcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:56:52 +0000 Subject: [PATCH] Update Update other dependencies --- app/build.gradle | 6 +++--- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1a69efe1..73d7e1eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,7 +93,7 @@ dependencies { implementation 'com.jakewharton.timber:timber:5.0.1' - def coil_version = "3.3.0" + def coil_version = "3.4.0" implementation "io.coil-kt.coil3:coil-compose:$coil_version" implementation "io.coil-kt.coil3:coil-network-okhttp:$coil_version" @@ -109,8 +109,8 @@ dependencies { debugImplementation "androidx.compose.ui:ui-test-manifest" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version" - testImplementation "io.kotest:kotest-assertions-core-jvm:6.1.0" + testImplementation "io.kotest:kotest-assertions-core-jvm:6.1.6" testImplementation 'app.cash.turbine:turbine:1.2.1' - testImplementation 'org.junit.vintage:junit-vintage-engine:6.0.2' + testImplementation 'org.junit.vintage:junit-vintage-engine:6.0.3' testImplementation "io.coil-kt.coil3:coil-test:$coil_version" } diff --git a/build.gradle b/build.gradle index 0842ea7d..e695cbc2 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false id 'org.jetbrains.kotlin.plugin.compose' version "$kotlinVersion" apply false id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlinVersion" apply false - id 'app.cash.paparazzi' version '2.0.0-alpha02' apply false + id 'app.cash.paparazzi' version '2.0.0-alpha04' apply false } subprojects { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d4081da4..aaaabb3c 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.14.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME