diff --git a/ui-test-example/build.gradle b/ui-test-example/build.gradle index 0e34781d..6844ec8d 100644 --- a/ui-test-example/build.gradle +++ b/ui-test-example/build.gradle @@ -24,7 +24,7 @@ kotlin { 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' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.0'