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 3588e21 commit 636e814Copy full SHA for 636e814
docs/examples/junit4/generic/build.gradle
@@ -7,6 +7,6 @@ dependencies {
7
testImplementation project(":mysql")
8
9
testImplementation 'mysql:mysql-connector-java:8.0.21'
10
- testImplementation 'org.seleniumhq.selenium:selenium-java:4.0.0'
+ testImplementation 'org.seleniumhq.selenium:selenium-java:4.1.1'
11
testImplementation 'org.assertj:assertj-core:3.15.0'
12
}
0 commit comments