From 5563aa52f0b9934823036ddc050e9f546ac97f18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 01:25:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20dependency=20androidx.test?= =?UTF-8?q?:core-ktx=20to=20v1.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kotest-assertions-android/build.gradle.kts | 2 +- kotest-extensions-android/build.gradle.kts | 2 +- .../kotest-extensions-android-tests/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kotest-assertions-android/build.gradle.kts b/kotest-assertions-android/build.gradle.kts index f48f259..804562e 100644 --- a/kotest-assertions-android/build.gradle.kts +++ b/kotest-assertions-android/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { androidTestImplementation("androidx.test:runner:1.5.2") androidTestImplementation("androidx.test:core:1.5.0") androidTestImplementation("androidx.test:rules:1.5.0") - androidTestImplementation("androidx.test:core-ktx:1.5.0") + androidTestImplementation("androidx.test:core-ktx:1.7.0") } diff --git a/kotest-extensions-android/build.gradle.kts b/kotest-extensions-android/build.gradle.kts index 2bf394b..69ed230 100644 --- a/kotest-extensions-android/build.gradle.kts +++ b/kotest-extensions-android/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { androidTestImplementation("androidx.test:runner:1.5.2") androidTestImplementation("androidx.test:core:1.5.0") androidTestImplementation("androidx.test:rules:1.5.0") - androidTestImplementation("androidx.test:core-ktx:1.5.0") + androidTestImplementation("androidx.test:core-ktx:1.7.0") } diff --git a/kotest-extensions-android/kotest-extensions-android-tests/build.gradle.kts b/kotest-extensions-android/kotest-extensions-android-tests/build.gradle.kts index d70319f..2c4ef19 100644 --- a/kotest-extensions-android/kotest-extensions-android-tests/build.gradle.kts +++ b/kotest-extensions-android/kotest-extensions-android-tests/build.gradle.kts @@ -45,7 +45,7 @@ android { dependencies { - implementation("androidx.test:core-ktx:1.5.0") + implementation("androidx.test:core-ktx:1.7.0") testImplementation(project(":kotest-extensions-android")) testImplementation("io.kotest:kotest-runner-junit5:5.9.1") testImplementation("org.robolectric:robolectric:4.12.2")