From aa55019caf531e49cf8f0878b222fa1c9c0d27c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 21:25:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20dependency=20androidx.core?= =?UTF-8?q?:core-ktx=20to=20v1.17.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kotest-assertions-android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotest-assertions-android/build.gradle.kts b/kotest-assertions-android/build.gradle.kts index f48f259..fb0aba2 100644 --- a/kotest-assertions-android/build.gradle.kts +++ b/kotest-assertions-android/build.gradle.kts @@ -48,7 +48,7 @@ configurations { } dependencies { - implementation("androidx.core:core-ktx:1.10.0") + implementation("androidx.core:core-ktx:1.17.0") implementation("io.kotest:kotest-assertions-core:6.0.0.M6") androidTestImplementation(project(":kotest-runner-android"))