diff --git a/kotest-runner-android/build.gradle.kts b/kotest-runner-android/build.gradle.kts index 9ebc373..c3547d8 100644 --- a/kotest-runner-android/build.gradle.kts +++ b/kotest-runner-android/build.gradle.kts @@ -7,7 +7,7 @@ plugins { dependencies { api("junit:junit:4.13.2") - api("io.kotest:kotest-framework-engine:5.9.0") + api("io.kotest:kotest-framework-engine:5.9.1") api("io.kotest:kotest-framework-discovery:5.9.1") }