Skip to content

Commit 5bfd533

Browse files
Bump org.seleniumhq.selenium:selenium-api in /examples
Bumps [org.seleniumhq.selenium:selenium-api](https://github.com/SeleniumHQ/selenium) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.8.0...selenium-4.8.1) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8f569f commit 5bfd533

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(":mysql")
88

99
testImplementation 'mysql:mysql-connector-java:8.0.32'
10-
testImplementation "org.seleniumhq.selenium:selenium-api:4.8.0"
10+
testImplementation "org.seleniumhq.selenium:selenium-api:4.8.1"
1111
testImplementation 'org.assertj:assertj-core:3.24.2'
1212
}

0 commit comments

Comments
 (0)