diff --git a/form/build.gradle.kts b/form/build.gradle.kts index 2fb74f8e..16bebfc7 100644 --- a/form/build.gradle.kts +++ b/form/build.gradle.kts @@ -117,7 +117,7 @@ dependencies { // Test dependencies testImplementation("io.mockk:mockk:1.13.1") - testImplementation("io.kotest:kotest-runner-junit5:5.5.4") + testImplementation("io.kotest:kotest-runner-junit5:5.5.5") testImplementation("io.kotest:kotest-property:5.5.4") androidTestImplementation("androidx.test:core:1.5.0") androidTestImplementation("androidx.test.ext:junit:1.1.5")