Skip to content

Commit 414e704

Browse files
Bump org.seleniumhq.selenium:selenium-api in /examples
Bumps [org.seleniumhq.selenium:selenium-api](https://github.com/SeleniumHQ/selenium) from 4.34.0 to 4.35.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.34.0...selenium-4.35.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-api dependency-version: 4.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a4794e commit 414e704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/junit4/generic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies {
77
testImplementation project(":testcontainers-mysql")
88

99
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
10-
testImplementation "org.seleniumhq.selenium:selenium-api:4.34.0"
10+
testImplementation "org.seleniumhq.selenium:selenium-api:4.35.0"
1111
testImplementation 'org.assertj:assertj-core:3.27.4'
1212
}

0 commit comments

Comments
 (0)