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.22.0 (SeleniumHQ#1766)

Update dependency org.seleniumhq.selenium:selenium-java to v4.22.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent 182983a commit ac37ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
testImplementation 'org.seleniumhq.selenium:selenium-java:4.21.0'
testImplementation 'org.seleniumhq.selenium:selenium-java:4.22.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
}

Expand Down

0 comments on commit ac37ea5

Please sign in to comment.