Skip to content

Commit f51023a

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.seleniumhq.selenium-selenium-api-4.12.1' into combined-pr-branch
2 parents fb6d0aa + f09b1b7 commit f51023a

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
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
10-
testImplementation "org.seleniumhq.selenium:selenium-api:4.10.0"
10+
testImplementation "org.seleniumhq.selenium:selenium-api:4.12.1"
1111
testImplementation 'org.assertj:assertj-core:3.24.2'
1212
}

0 commit comments

Comments
 (0)