From 9018f2751aabc42adb6cd8e77e5683e59691d462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:39:25 +0000 Subject: [PATCH] Bump com.intellij.remoterobot:ide-launcher Bumps com.intellij.remoterobot:ide-launcher from 0.11.19.414 to 0.11.20.428. --- updated-dependencies: - dependency-name: com.intellij.remoterobot:ide-launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 75d1ec72..d8f8cad8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { implementation(project(":mirrord-products-rider")) testImplementation("com.intellij.remoterobot:remote-robot:$remoteRobotVersion") testImplementation("com.intellij.remoterobot:remote-fixtures:$remoteRobotVersion") - testImplementation("com.intellij.remoterobot:ide-launcher:0.11.19.414") + testImplementation("com.intellij.remoterobot:ide-launcher:0.11.20.428") 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")