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 3f438a6 commit ad3b5fbCopy full SHA for ad3b5fb
build.gradle
@@ -85,7 +85,7 @@ dependencies {
85
86
testImplementation 'junit:junit:4.13.1'
87
testImplementation 'org.hamcrest:hamcrest:2.2'
88
- testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '4.2.2') {
+ testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '4.3.1') {
89
exclude group: 'org.seleniumhq.selenium'
90
}
91
0 commit comments