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 3a4794e commit 414e704Copy full SHA for 414e704
docs/examples/junit4/generic/build.gradle
@@ -7,6 +7,6 @@ dependencies {
7
testImplementation project(":testcontainers-mysql")
8
9
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
10
- testImplementation "org.seleniumhq.selenium:selenium-api:4.34.0"
+ testImplementation "org.seleniumhq.selenium:selenium-api:4.35.0"
11
testImplementation 'org.assertj:assertj-core:3.27.4'
12
}
0 commit comments