diff --git a/build.gradle.kts b/build.gradle.kts index 720cc7e1..4b523ec6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -76,7 +76,7 @@ dependencies { implementation("com.google.re2j:re2j:1.7") // implementation("com.github.fge:json-schema-validator:2.2.6") - testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.8.0") + testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.8.10") testImplementation("io.kotest:kotest-runner-junit5:5.5.4") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.2") }