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.
2 parents af97f8f + 070f670 commit a50b2e9Copy full SHA for a50b2e9
docs/examples/junit4/generic/build.gradle
@@ -6,7 +6,7 @@ dependencies {
6
testImplementation project(":selenium")
7
testImplementation project(":mysql")
8
9
- testImplementation 'mysql:mysql-connector-java:8.0.21'
+ testImplementation 'mysql:mysql-connector-java:8.0.31'
10
testImplementation "org.seleniumhq.selenium:selenium-api:3.141.59"
11
testImplementation 'org.assertj:assertj-core:3.15.0'
12
}
0 commit comments