diff --git a/buildSrc/src/main/kotlin/nino-module.gradle.kts b/buildSrc/src/main/kotlin/nino-module.gradle.kts index 89027b22..e727eafe 100644 --- a/buildSrc/src/main/kotlin/nino-module.gradle.kts +++ b/buildSrc/src/main/kotlin/nino-module.gradle.kts @@ -47,7 +47,7 @@ repositories { dependencies { // Testing utilities - testImplementation(platform("io.kotest:kotest-bom:5.2.3")) + testImplementation(platform("io.kotest:kotest-bom:5.3.1")) testImplementation("io.kotest:kotest-runner-junit5") testImplementation("io.kotest:kotest-assertions-core") testImplementation("io.kotest:kotest-property")