Skip to content

Commit

Permalink
Get Selenese runner to work on Chrome 111
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed Mar 25, 2023
1 parent f51171c commit 9b8e8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 9b8e8a6

Please sign in to comment.