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 96ad4ac commit 2a48d01Copy full SHA for 2a48d01
build.gradle
@@ -84,7 +84,7 @@ dependencies {
84
85
testImplementation 'junit:junit:4.13.2'
86
testImplementation 'org.hamcrest:hamcrest:2.2'
87
- testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '4.4.1') {
+ testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '4.4.3') {
88
exclude group: 'org.seleniumhq.selenium'
89
}
90
0 commit comments