We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e3adb commit 158f183Copy full SHA for 158f183
build.gradle
@@ -86,7 +86,7 @@ dependencies {
86
87
testCompile 'junit:junit:4.13'
88
testCompile 'org.hamcrest:hamcrest:2.2'
89
- testCompile (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '4.1.0') {
+ testCompile (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '4.2.0') {
90
exclude group: 'org.seleniumhq.selenium'
91
}
92
0 commit comments