diff --git a/build.gradle.kts b/build.gradle.kts index 006ebcc..b6584fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { compileOnlyApi("org.jetbrains:annotations:24.1.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3") } tasks.withType {