diff --git a/ui-test-example/build.gradle b/ui-test-example/build.gradle index 4764b64d..c2479be2 100644 --- a/ui-test-example/build.gradle +++ b/ui-test-example/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation 'com.intellij.remoterobot:remote-robot:' + remoteRobotVersion testImplementation 'com.intellij.remoterobot:remote-fixtures:' + remoteRobotVersion testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2'