From 9b8e8a6c3d46bfd13fe18f1bc5bbbd0d428f5fc1 Mon Sep 17 00:00:00 2001 From: Chad Redman Date: Fri, 24 Mar 2023 18:49:18 -0400 Subject: [PATCH] Get Selenese runner to work on Chrome 111 --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 917137715..bcc5df148 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -224,7 +224,7 @@ dependencies { integrationTestCompile sourceSets.main.output integrationTestCompile configurations.compile integrationTestCompile 'com.saucelabs:sebuilder-interpreter:1.0.6' - integrationTestCompile 'jp.vmi:selenese-runner-java:4.2.0' + integrationTestCompile 'jp.vmi:selenese-runner-java:4.3.0' integrationTestCompile "org.springframework.boot:spring-boot-starter-test:${project.'springbootVersion'}" integrationTestCompile "org.springframework.security:spring-security-test:${project.'springSecurityVersion'}" integrationTestCompile platform("org.spockframework:spock-bom:2.1-groovy-3.0")