Skip to content

Commit 1393b9a

Browse files
fix(deps): update dependency io.github.bonigarcia:webdrivermanager to v6.3.3 (#2103)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a30e33c commit 1393b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-projects/selenium/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
testImplementation "com.tngtech.jgiven:jgiven-junit:${version}"
4040
testImplementation 'junit:junit:4.13.2'
4141
testImplementation 'org.seleniumhq.selenium:selenium-java:4.38.0'
42-
testImplementation 'io.github.bonigarcia:webdrivermanager:6.3.2'
42+
testImplementation 'io.github.bonigarcia:webdrivermanager:6.3.3'
4343
testImplementation 'org.assertj:assertj-core:3.27.6'
4444

4545
}

jgiven-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation libs.assertj
2222

2323
testImplementation 'org.seleniumhq.selenium:selenium-java:4.38.0'
24-
testImplementation 'io.github.bonigarcia:webdrivermanager:6.3.2'
24+
testImplementation 'io.github.bonigarcia:webdrivermanager:6.3.3'
2525
testImplementation 'org.apache.commons:commons-io:1.3.2'
2626
}
2727
test {

0 commit comments

Comments
 (0)