Skip to content

Commit 15dfe95

Browse files
authored
Remove WebDriverManager dependency and update to Selenium 4.13 (#131)
- 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
1 parent eda9bb4 commit 15dfe95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GitVersion.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ mode: Mainline
22
increment: Inherit
33
branches: {}
44
ignore:
5-
sha: []
5+
sha: []
6+

0 commit comments

Comments
 (0)