Skip to content

Commit

Permalink
Remove WebDriverManager dependency and update to Selenium 4.13 (#131)
Browse files Browse the repository at this point in the history
- As now built-in Selenium Manager allows to download driver, we don't need to maintain webDriverManager dependency.
- updated core library to use Selenium 4.13 (latest compatible with Java 8)
- removed jackson-databind dependency
- update testng to 7.5.1 (latest compatible with Java 8)
- added commons-lang dependency
- add workflow to automatically deploy to maven central after PR merge
  • Loading branch information
mialeska authored Jan 20, 2024
1 parent eda9bb4 commit 15dfe95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ mode: Mainline
increment: Inherit
branches: {}
ignore:
sha: []
sha: []

0 comments on commit 15dfe95

Please sign in to comment.