diff --git a/build.gradle.kts b/build.gradle.kts index d342cf2..0f4ed95 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ subprojects { compileOnly("org.jetbrains:annotations:26.0.2") testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.2") testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.2") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2") }