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 91b3717 + cec4b1a commit 392e428Copy full SHA for 392e428
docs/examples/junit4/generic/build.gradle
@@ -7,6 +7,6 @@ dependencies {
7
testImplementation project(":mysql")
8
9
testImplementation 'mysql:mysql-connector-java:8.0.32'
10
- testImplementation "org.seleniumhq.selenium:selenium-api:4.8.1"
+ testImplementation "org.seleniumhq.selenium:selenium-api:4.10.0"
11
testImplementation 'org.assertj:assertj-core:3.24.2'
12
}
0 commit comments