diff --git a/build.gradle b/build.gradle index a90d1ab..21234e9 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ java { dependencies { implementation platform('org.jetbrains.kotlin:kotlin-bom:2.4.0') implementation "org.jetbrains.kotlin:kotlin-stdlib" - testImplementation platform('io.kotest:kotest-bom:6.2.1') + testImplementation platform('io.kotest:kotest-bom:6.2.2') testImplementation 'io.kotest:kotest-runner-junit4' testImplementation 'io.kotest:kotest-assertions-core' testImplementation 'io.kotest:kotest-property'