Skip to content

Commit

Permalink
build(deps): bump webdrivermanager from 5.0.3 to 5.1.0 (#1651)
Browse files Browse the repository at this point in the history
Bumps [webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 5.0.3 to 5.1.0.
- [Release notes](https://github.com/bonigarcia/webdrivermanager/releases)
- [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md)
- [Commits](bonigarcia/webdrivermanager@webdrivermanager-5.0.3...webdrivermanager-5.1.0)

---
updated-dependencies:
- dependency-name: io.github.bonigarcia:webdrivermanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2022
1 parent 6ed1a48 commit 2fe16a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.0.3') {
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.1.0') {
exclude group: 'org.seleniumhq.selenium'
}
testImplementation ('org.seleniumhq.selenium:selenium-chrome-driver') {
Expand Down

0 comments on commit 2fe16a4

Please sign in to comment.