Skip to content

Commit

Permalink
Update dependency org.seleniumhq.selenium:selenium-java to v4.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed May 19, 2024
1 parent fec286e commit 0439a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-projects/selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ compileJava {
dependencies {
testImplementation "com.tngtech.jgiven:jgiven-junit:${version}"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.seleniumhq.selenium:selenium-java:4.20.0'
testImplementation 'org.seleniumhq.selenium:selenium-java:4.21.0'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.8.0'
testImplementation 'org.assertj:assertj-core:3.25.3'

Expand Down
2 changes: 1 addition & 1 deletion jgiven-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation 'com.beust:jcommander:1.82'
implementation libs.assertj

testImplementation 'org.seleniumhq.selenium:selenium-java:4.20.0'
testImplementation 'org.seleniumhq.selenium:selenium-java:4.21.0'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.8.0'
testImplementation 'org.apache.commons:commons-io:1.3.2'
}
Expand Down

0 comments on commit 0439a76

Please sign in to comment.