Skip to content

Commit

Permalink
fix(deps): update dependency org.seleniumhq.selenium:selenium-java to…
Browse files Browse the repository at this point in the history
… v4.28.1

Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent ccb2eae commit dc62fd6
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.27.0'
testImplementation 'org.seleniumhq.selenium:selenium-java:4.28.1'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.9.2'
testImplementation 'org.assertj:assertj-core:3.27.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 @@ -16,7 +16,7 @@ dependencies {
implementation 'com.beust:jcommander:1.82'
implementation libs.assertj

testImplementation 'org.seleniumhq.selenium:selenium-java:4.27.0'
testImplementation 'org.seleniumhq.selenium:selenium-java:4.28.1'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.9.2'
testImplementation 'org.apache.commons:commons-io:1.3.2'
}
Expand Down

0 comments on commit dc62fd6

Please sign in to comment.