From c5ede261a23ea703c65a84d2bf9f251ca01b8857 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:35:58 +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 6a3b54e..c9bcd2d 100644 --- a/kotest-assertions-android/build.gradle.kts +++ b/kotest-assertions-android/build.gradle.kts @@ -60,7 +60,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 51f0096..1694b4e 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 0b26c5e..e477879 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:6.0.7") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")