diff --git a/build.gradle.kts b/build.gradle.kts index 2a4d8107..2908d056 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { testImplementation("com.intellij.remoterobot:ide-launcher:0.11.19.414") testImplementation("com.automation-remarks:video-recorder-junit5:2.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.3") testImplementation("com.squareup.okhttp3:logging-interceptor:4.11.0") }