Skip to content

Commit

Permalink
[plugin-saucelabs] Fix run of SauceConnect on Windows (#5121)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Jun 11, 2024
1 parent ad8380b commit cfd7b59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vividus-plugin-saucelabs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ dependencies {
implementation(group: 'com.saucelabs', name: 'ci-sauce', version: '1.181') {
exclude module: 'slf4j-jdk14'
}
// Explicitly add the dependency to fix: https://github.com/saucelabs/saucerest-java/issues/527
// For now ci-sauce uses saucerest:2.5.0 which doesn't contain the fix
implementation(group: 'com.saucelabs', name: 'saucerest', version: '2.5.1')

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.2')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
Expand Down

0 comments on commit cfd7b59

Please sign in to comment.