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 215d2fe + fb4eb91 commit 6121c44Copy full SHA for 6121c44
docs/examples/junit4/generic/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
testImplementation project(":mysql")
8
9
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
10
- testImplementation "org.seleniumhq.selenium:selenium-api:4.14.1"
+ testImplementation "org.seleniumhq.selenium:selenium-api:4.15.0"
11
testImplementation 'org.assertj:assertj-core:3.24.2'
12
}
13
0 commit comments