From f6484e41ccb9a5619dec6a05c489ad0972c0c00e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:10:22 +0000 Subject: [PATCH] Update Update other dependencies --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e2613fe..ab05b47 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -108,7 +108,7 @@ 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.2.2" + testImplementation "io.kotest:kotest-assertions-core-jvm:6.2.3" testImplementation 'app.cash.turbine:turbine:1.2.1' testImplementation 'org.junit.jupiter:junit-jupiter:6.1.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' diff --git a/build.gradle b/build.gradle index 5a6d290..405d61a 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } } plugins { - id 'com.android.application' version '9.3.0' apply false + id 'com.android.application' version '9.3.1' 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-alpha05' apply false